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