net.sf.vex.dom
Class AttributeDefinition.Type

java.lang.Object
  |
  +--net.sf.vex.dom.AttributeDefinition.Type
Enclosing class:
AttributeDefinition

public static final class AttributeDefinition.Type
extends java.lang.Object

Enumeration of attribute types.


Field Summary
static AttributeDefinition.Type CDATA
           
static AttributeDefinition.Type ENTITIES
           
static AttributeDefinition.Type ENTITY
           
static AttributeDefinition.Type ENUMERATION
           
static AttributeDefinition.Type ID
           
static AttributeDefinition.Type IDREF
           
static AttributeDefinition.Type IDREFS
           
static AttributeDefinition.Type NMTOKEN
           
static AttributeDefinition.Type NMTOKENS
           
static AttributeDefinition.Type NOTATION
           
 
Method Summary
static AttributeDefinition.Type get(java.lang.String s)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CDATA

public static final AttributeDefinition.Type CDATA

ID

public static final AttributeDefinition.Type ID

IDREF

public static final AttributeDefinition.Type IDREF

IDREFS

public static final AttributeDefinition.Type IDREFS

NMTOKEN

public static final AttributeDefinition.Type NMTOKEN

NMTOKENS

public static final AttributeDefinition.Type NMTOKENS

ENTITY

public static final AttributeDefinition.Type ENTITY

ENTITIES

public static final AttributeDefinition.Type ENTITIES

NOTATION

public static final AttributeDefinition.Type NOTATION

ENUMERATION

public static final AttributeDefinition.Type ENUMERATION
Method Detail

get

public static AttributeDefinition.Type get(java.lang.String s)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object