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