Uses of Class
com.ibm.fhir.model.type.code.AuditEventAction.ValueSet
-
Packages that use AuditEventAction.ValueSet Package Description com.ibm.fhir.model.type.code -
-
Uses of AuditEventAction.ValueSet in com.ibm.fhir.model.type.code
Methods in com.ibm.fhir.model.type.code that return AuditEventAction.ValueSet Modifier and Type Method Description static AuditEventAction.ValueSetAuditEventAction.ValueSet. from(String value)Factory method for creating AuditEventAction.ValueSet values from a passed string value.AuditEventAction.ValueSetAuditEventAction. getValueAsEnumConstant()static AuditEventAction.ValueSetAuditEventAction.ValueSet. valueOf(String name)Returns the enum constant of this type with the specified name.static AuditEventAction.ValueSet[]AuditEventAction.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 AuditEventAction.ValueSet Modifier and Type Method Description static AuditEventActionAuditEventAction. of(AuditEventAction.ValueSet value)Factory method for creating AuditEventAction objects from a passed enum value.AuditEventAction.BuilderAuditEventAction.Builder. value(AuditEventAction.ValueSet value)
-