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. |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
fName
protected final String fName
- Symbolic name of the DOM.
EnumeratedType
protected EnumeratedType(String name)
- Constructor
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.