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