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