Uses of Class
com.ibm.fhir.model.type.code.AuditEventOutcome.ValueSet
-
Packages that use AuditEventOutcome.ValueSet Package Description com.ibm.fhir.model.type.code -
-
Uses of AuditEventOutcome.ValueSet in com.ibm.fhir.model.type.code
Methods in com.ibm.fhir.model.type.code that return AuditEventOutcome.ValueSet Modifier and Type Method Description static AuditEventOutcome.ValueSetAuditEventOutcome.ValueSet. from(String value)Factory method for creating AuditEventOutcome.ValueSet values from a passed string value.AuditEventOutcome.ValueSetAuditEventOutcome. getValueAsEnumConstant()static AuditEventOutcome.ValueSetAuditEventOutcome.ValueSet. valueOf(String name)Returns the enum constant of this type with the specified name.static AuditEventOutcome.ValueSet[]AuditEventOutcome.ValueSet. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.fhir.model.type.code with parameters of type AuditEventOutcome.ValueSet Modifier and Type Method Description static AuditEventOutcomeAuditEventOutcome. of(AuditEventOutcome.ValueSet value)Factory method for creating AuditEventOutcome objects from a passed enum value.AuditEventOutcome.BuilderAuditEventOutcome.Builder. value(AuditEventOutcome.ValueSet value)
-