Package com.ibm.fhir.model.type.code
Class ActionSelectionBehavior
- java.lang.Object
-
- com.ibm.fhir.model.visitor.AbstractVisitable
-
- com.ibm.fhir.model.type.Element
-
- com.ibm.fhir.model.type.String
-
- com.ibm.fhir.model.type.Code
-
- com.ibm.fhir.model.type.code.ActionSelectionBehavior
-
- All Implemented Interfaces:
Visitable
@Generated("com.ibm.fhir.tools.CodeGenerator") public class ActionSelectionBehavior extends Code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classActionSelectionBehavior.Builderstatic classActionSelectionBehavior.ValueSet
-
Field Summary
Fields Modifier and Type Field Description static ActionSelectionBehaviorALLAllstatic ActionSelectionBehaviorALL_OR_NONEAll Or Nonestatic ActionSelectionBehaviorANYAnystatic ActionSelectionBehaviorAT_MOST_ONEAt Most Onestatic ActionSelectionBehaviorEXACTLY_ONEExactly Onestatic ActionSelectionBehaviorONE_OR_MOREOne Or More
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ActionSelectionBehavior.Builderbuilder()static Codecode(String value)Inherited factory method for creating ActionSelectionBehavior objects from a passed string value.booleanequals(Object obj)ActionSelectionBehavior.ValueSetgetValueAsEnumConstant()inthashCode()static ActionSelectionBehaviorof(ActionSelectionBehavior.ValueSet value)Factory method for creating ActionSelectionBehavior objects from a passed enum value.static ActionSelectionBehaviorof(String value)Factory method for creating ActionSelectionBehavior objects from a passed string value.static Stringstring(String value)Inherited factory method for creating ActionSelectionBehavior objects from a passed string value.ActionSelectionBehavior.BuildertoBuilder()Create a new Builder from the contents of this Element-
Methods inherited from class com.ibm.fhir.model.type.String
getValue, hasChildren
-
Methods inherited from class com.ibm.fhir.model.type.Element
as, getExtension, getId, is
-
-
-
-
Field Detail
-
ANY
public static final ActionSelectionBehavior ANY
AnyAny number of the actions in the group may be chosen, from zero to all.
-
ALL
public static final ActionSelectionBehavior ALL
AllAll the actions in the group must be selected as a single unit.
-
ALL_OR_NONE
public static final ActionSelectionBehavior ALL_OR_NONE
All Or NoneAll the actions in the group are meant to be chosen as a single unit: either all must be selected by the end user, or none may be selected.
-
EXACTLY_ONE
public static final ActionSelectionBehavior EXACTLY_ONE
Exactly OneThe end user must choose one and only one of the selectable actions in the group. The user SHALL NOT choose none of the actions in the group.
-
AT_MOST_ONE
public static final ActionSelectionBehavior AT_MOST_ONE
At Most OneThe end user may choose zero or at most one of the actions in the group.
-
ONE_OR_MORE
public static final ActionSelectionBehavior ONE_OR_MORE
One Or MoreThe end user must choose a minimum of one, and as many additional as desired.
-
-
Method Detail
-
getValueAsEnumConstant
public ActionSelectionBehavior.ValueSet getValueAsEnumConstant()
-
of
public static ActionSelectionBehavior of(ActionSelectionBehavior.ValueSet value)
Factory method for creating ActionSelectionBehavior objects from a passed enum value.
-
of
public static ActionSelectionBehavior of(String value)
Factory method for creating ActionSelectionBehavior objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
string
public static String string(String value)
Inherited factory method for creating ActionSelectionBehavior objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
code
public static Code code(String value)
Inherited factory method for creating ActionSelectionBehavior objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
toBuilder
public ActionSelectionBehavior.Builder toBuilder()
Description copied from class:ElementCreate a new Builder from the contents of this Element
-
builder
public static ActionSelectionBehavior.Builder builder()
-
-