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