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