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