Class ActionRequiredBehavior

  • All Implemented Interfaces:
    Visitable

    @Generated("com.ibm.fhir.tools.CodeGenerator")
    public class ActionRequiredBehavior
    extends Code
    • Field Detail

      • MUST

        public static final ActionRequiredBehavior MUST
        Must

        An 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
        Could

        An 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 Documented

        An 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

      • 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
      • equals

        public boolean equals​(Object obj)
        Overrides:
        equals in class Code
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Code