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