Package com.ibm.fhir.model.type.code
Class ActionRequiredBehavior
- 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.ActionRequiredBehavior
-
- All Implemented Interfaces:
Visitable
@Generated("com.ibm.fhir.tools.CodeGenerator") public class ActionRequiredBehavior extends Code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classActionRequiredBehavior.Builderstatic classActionRequiredBehavior.ValueSet
-
Field Summary
Fields Modifier and Type Field Description static ActionRequiredBehaviorCOULDCouldstatic ActionRequiredBehaviorMUSTMuststatic ActionRequiredBehaviorMUST_UNLESS_DOCUMENTEDMust Unless Documented
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ActionRequiredBehavior.Builderbuilder()static Codecode(String value)Inherited factory method for creating ActionRequiredBehavior objects from a passed string value.booleanequals(Object obj)ActionRequiredBehavior.ValueSetgetValueAsEnumConstant()inthashCode()static ActionRequiredBehaviorof(ActionRequiredBehavior.ValueSet value)Factory method for creating ActionRequiredBehavior objects from a passed enum value.static ActionRequiredBehaviorof(String value)Factory method for creating ActionRequiredBehavior objects from a passed string value.static Stringstring(String value)Inherited factory method for creating ActionRequiredBehavior objects from a passed string value.ActionRequiredBehavior.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
-
MUST
public static final ActionRequiredBehavior MUST
MustAn action with this behavior must be included in the actions processed by the end user; the end user SHALL NOT choose not to include this action.
-
COULD
public static final ActionRequiredBehavior COULD
CouldAn action with this behavior may be included in the set of actions processed by the end user.
-
MUST_UNLESS_DOCUMENTED
public static final ActionRequiredBehavior MUST_UNLESS_DOCUMENTED
Must Unless DocumentedAn action with this behavior must be included in the set of actions processed by the end user, unless the end user provides documentation as to why the action was not included.
-
-
Method Detail
-
getValueAsEnumConstant
public ActionRequiredBehavior.ValueSet getValueAsEnumConstant()
-
of
public static ActionRequiredBehavior of(ActionRequiredBehavior.ValueSet value)
Factory method for creating ActionRequiredBehavior objects from a passed enum value.
-
of
public static ActionRequiredBehavior of(String value)
Factory method for creating ActionRequiredBehavior 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 ActionRequiredBehavior 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 ActionRequiredBehavior 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 ActionRequiredBehavior.Builder toBuilder()
Description copied from class:ElementCreate a new Builder from the contents of this Element
-
builder
public static ActionRequiredBehavior.Builder builder()
-
-