Class ActionRelationshipType

  • All Implemented Interfaces:
    Visitable

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

      • BEFORE_START

        public static final ActionRelationshipType BEFORE_START
        Before Start

        The action must be performed before the start of the related action.

      • BEFORE

        public static final ActionRelationshipType BEFORE
        Before

        The action must be performed before the related action.

      • BEFORE_END

        public static final ActionRelationshipType BEFORE_END
        Before End

        The action must be performed before the end of the related action.

      • CONCURRENT_WITH_START

        public static final ActionRelationshipType CONCURRENT_WITH_START
        Concurrent With Start

        The action must be performed concurrent with the start of the related action.

      • CONCURRENT

        public static final ActionRelationshipType CONCURRENT
        Concurrent

        The action must be performed concurrent with the related action.

      • CONCURRENT_WITH_END

        public static final ActionRelationshipType CONCURRENT_WITH_END
        Concurrent With End

        The action must be performed concurrent with the end of the related action.

      • AFTER_START

        public static final ActionRelationshipType AFTER_START
        After Start

        The action must be performed after the start of the related action.

      • AFTER

        public static final ActionRelationshipType AFTER
        After

        The action must be performed after the related action.

      • AFTER_END

        public static final ActionRelationshipType AFTER_END
        After End

        The action must be performed after the end of the related action.

    • Method Detail

      • of

        public static ActionRelationshipType of​(String value)
        Factory method for creating ActionRelationshipType 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 ActionRelationshipType 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 ActionRelationshipType 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