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