Package org.jdom2

Enum Class AttributeType

All Implemented Interfaces:
Serializable, Comparable<AttributeType>, Constable

public enum AttributeType extends Enum<AttributeType>
Use a simple enumeration for the Attribute Types
Author:
Rolf Lear
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Attribute type: the attribute value is a string.
    Attribute type: the attribute value is a list of entity names.
    Attribute type: the attribute value is the name of an entity.
    Attribute type: the attribute value is a name token from an enumeration.
    Attribute type: the attribute value is a unique identifier.
    Attribute type: the attribute value is a reference to a unique identifier.
    Attribute type: the attribute value is a list of references to unique identifiers.
    Attribute type: the attribute value is a name token.
    Attribute type: the attribute value is a list of name tokens.
    Attribute type: the attribute value is the name of a notation.
    Attribute type: the attribute has not been declared or type is unknown.
  • Method Summary

    Modifier and Type
    Method
    Description
    static final AttributeType
    byIndex(int index)
    Deprecated.
    Use normal Enums instead of int's
    static final AttributeType
    Returns the the JDOM AttributeType value from the SAX 2.0 attribute type string provided by the parser.
    Returns the enum constant of this class with the specified name.
    static AttributeType[]
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait