Package org.w3.xlink

Class TypeType

  • All Implemented Interfaces:
    Serializable, Enumerator

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

      • SIMPLE

        public static final int SIMPLE
        The 'Simple' literal value.

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

        See Also:
        SIMPLE_LITERAL, Constant Field Values
      • EXTENDED

        public static final int EXTENDED
        The 'Extended' literal value.

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

        See Also:
        EXTENDED_LITERAL, Constant Field Values
      • TITLE

        public static final int TITLE
        The 'Title' literal value.

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

        See Also:
        TITLE_LITERAL, Constant Field Values
      • RESOURCE

        public static final int RESOURCE
        The 'Resource' literal value.

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

        See Also:
        RESOURCE_LITERAL, Constant Field Values
      • LOCATOR

        public static final int LOCATOR
        The 'Locator' literal value.

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

        See Also:
        LOCATOR_LITERAL, Constant Field Values
      • ARC

        public static final int ARC
        The 'Arc' literal value.

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

        See Also:
        ARC_LITERAL, Constant Field Values
      • SIMPLE_LITERAL

        public static final TypeType SIMPLE_LITERAL
        The 'Simple' literal object.
        See Also:
        SIMPLE
      • EXTENDED_LITERAL

        public static final TypeType EXTENDED_LITERAL
        The 'Extended' literal object.
        See Also:
        EXTENDED
      • TITLE_LITERAL

        public static final TypeType TITLE_LITERAL
        The 'Title' literal object.
        See Also:
        TITLE
      • RESOURCE_LITERAL

        public static final TypeType RESOURCE_LITERAL
        The 'Resource' literal object.
        See Also:
        RESOURCE
      • LOCATOR_LITERAL

        public static final TypeType LOCATOR_LITERAL
        The 'Locator' literal object.
        See Also:
        LOCATOR
      • ARC_LITERAL

        public static final TypeType ARC_LITERAL
        The 'Arc' literal object.
        See Also:
        ARC
      • VALUES

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

      • get

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

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

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