org.enhydra.apache.xerces.domx
Class XGrammarWriter.OutputFormat

java.lang.Object
  |
  +--org.enhydra.apache.xerces.domx.XGrammarWriter.OutputFormat
Enclosing class:
XGrammarWriter

public static final class XGrammarWriter.OutputFormat
extends Object

Output format enumeration.


Field Summary
static XGrammarWriter.OutputFormat DTD
          Output format: DTD.
static XGrammarWriter.OutputFormat XML_SCHEMA
          Output format: XML Schema.
 
Method Summary
 boolean equals(Object object)
          Returns true if the objects are equal.
 int getValue()
          Returns the value.
 int hashCode()
          Returns the hash code.
 String toString()
          Returns a string representation of this object.
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DTD

public static final XGrammarWriter.OutputFormat DTD
Output format: DTD.

XML_SCHEMA

public static final XGrammarWriter.OutputFormat XML_SCHEMA
Output format: XML Schema.
Method Detail

getValue

public int getValue()
Returns the value.

hashCode

public int hashCode()
Returns the hash code.
Overrides:
hashCode in class Object

equals

public boolean equals(Object object)
Returns true if the objects are equal.
Overrides:
equals in class Object

toString

public String toString()
Returns a string representation of this object.
Overrides:
toString in class Object


Copyright © 1999 The Apache Software Foundation. All Rights reserved.