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