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