Package com.ibm.fhir.model.type.code
Class ActionPrecheckBehavior
- 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.ActionPrecheckBehavior
-
- All Implemented Interfaces:
Visitable
@Generated("com.ibm.fhir.tools.CodeGenerator") public class ActionPrecheckBehavior extends Code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classActionPrecheckBehavior.Builderstatic classActionPrecheckBehavior.ValueSet
-
Field Summary
Fields Modifier and Type Field Description static ActionPrecheckBehaviorNONostatic ActionPrecheckBehaviorYESYes
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ActionPrecheckBehavior.Builderbuilder()static Codecode(String value)Inherited factory method for creating ActionPrecheckBehavior objects from a passed string value.booleanequals(Object obj)ActionPrecheckBehavior.ValueSetgetValueAsEnumConstant()inthashCode()static ActionPrecheckBehaviorof(ActionPrecheckBehavior.ValueSet value)Factory method for creating ActionPrecheckBehavior objects from a passed enum value.static ActionPrecheckBehaviorof(String value)Factory method for creating ActionPrecheckBehavior objects from a passed string value.static Stringstring(String value)Inherited factory method for creating ActionPrecheckBehavior objects from a passed string value.ActionPrecheckBehavior.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
-
YES
public static final ActionPrecheckBehavior YES
YesAn action with this behavior is one of the most frequent action that is, or should be, included by an end user, for the particular context in which the action occurs. The system displaying the action to the end user should consider "pre-checking" such an action as a convenience for the user.
-
NO
public static final ActionPrecheckBehavior NO
NoAn action with this behavior is one of the less frequent actions included by the end user, for the particular context in which the action occurs. The system displaying the actions to the end user would typically not "pre-check" such an action.
-
-
Method Detail
-
getValueAsEnumConstant
public ActionPrecheckBehavior.ValueSet getValueAsEnumConstant()
-
of
public static ActionPrecheckBehavior of(ActionPrecheckBehavior.ValueSet value)
Factory method for creating ActionPrecheckBehavior objects from a passed enum value.
-
of
public static ActionPrecheckBehavior of(String value)
Factory method for creating ActionPrecheckBehavior 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 ActionPrecheckBehavior 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 ActionPrecheckBehavior 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 ActionPrecheckBehavior.Builder toBuilder()
Description copied from class:ElementCreate a new Builder from the contents of this Element
-
builder
public static ActionPrecheckBehavior.Builder builder()
-
-