org.enhydra.xml.xmlc.metadata
Class EnumeratedType

java.lang.Object
  |
  +--org.enhydra.xml.xmlc.metadata.EnumeratedType
Direct Known Subclasses:
DocumentFormat, DOMType, GenerateType, HTMLTagSetType, ParserType

public abstract class EnumeratedType
extends Object

Base class for enumerated types. These represent a fixed set of constant values in a type-safe manner.


Field Summary
protected  String fName
          Symbolic name of the DOM.
 
Constructor Summary
protected EnumeratedType(String name)
          Constructor
 
Method Summary
 String getName()
          Return symbolic name of type.
 String toString()
          Return symbolic name of type.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fName

protected final String fName
Symbolic name of the DOM.
Constructor Detail

EnumeratedType

protected EnumeratedType(String name)
Constructor
Method Detail

getName

public final String getName()
Return symbolic name of type.

toString

public final String toString()
Return symbolic name of type.
Overrides:
toString in class Object


Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.