Package org.w3.xlink

Class TypeType

Object
AbstractEnumerator
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:
  • Field Details

    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • SIMPLE_LITERAL

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

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

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

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

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

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

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

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