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