Package org.w3.xlink

Class ActuateType

  • All Implemented Interfaces:
    Serializable, Enumerator

    public final class ActuateType
    extends AbstractEnumerator
    A representation of the literals of the enumeration 'Actuate Type', and utility methods for working with them.
    See Also:
    XlinkPackage.getActuateType(), Serialized Form
    • Field Detail

      • ON_LOAD

        public static final int ON_LOAD
        The 'On Load' literal value.

        If the meaning of 'On Load' literal object isn't clear, there really should be more of a description here...

        See Also:
        ON_LOAD_LITERAL, Constant Field Values
      • ON_REQUEST

        public static final int ON_REQUEST
        The 'On Request' literal value.

        If the meaning of 'On Request' literal object isn't clear, there really should be more of a description here...

        See Also:
        ON_REQUEST_LITERAL, Constant Field Values
      • OTHER

        public static final int OTHER
        The 'Other' literal value.

        If the meaning of 'Other' literal object isn't clear, there really should be more of a description here...

        See Also:
        OTHER_LITERAL, Constant Field Values
      • NONE

        public static final int NONE
        The 'None' literal value.

        If the meaning of 'None' literal object isn't clear, there really should be more of a description here...

        See Also:
        NONE_LITERAL, Constant Field Values
      • ON_LOAD_LITERAL

        public static final ActuateType ON_LOAD_LITERAL
        The 'On Load' literal object.
        See Also:
        ON_LOAD
      • ON_REQUEST_LITERAL

        public static final ActuateType ON_REQUEST_LITERAL
        The 'On Request' literal object.
        See Also:
        ON_REQUEST
      • OTHER_LITERAL

        public static final ActuateType OTHER_LITERAL
        The 'Other' literal object.
        See Also:
        OTHER
      • NONE_LITERAL

        public static final ActuateType NONE_LITERAL
        The 'None' literal object.
        See Also:
        NONE
      • VALUES

        public static final List VALUES
        A public read-only list of all the 'Actuate Type' enumerators.
    • Method Detail

      • get

        public static ActuateType get​(String literal)
        Returns the 'Actuate Type' literal with the specified literal value.
      • getByName

        public static ActuateType getByName​(String name)
        Returns the 'Actuate Type' literal with the specified name.
      • get

        public static ActuateType get​(int value)
        Returns the 'Actuate Type' literal with the specified integer value.