net.sf.gsaapi.constants
Class OutputFormat
java.lang.Object
net.sf.gsaapi.constants.OutputFormat
- public class OutputFormat
- extends java.lang.Object
This class is a Java2 style enumeration implementation.
- Author:
- Amol S Deshmukh adeshmuk .at inxight .dot com
Field Summary |
static OutputFormat |
XML
specifies that results should be in XML |
static OutputFormat |
XML_NO_DTD
specifies that the results should be in xml, and no DTD
be included in the xml document. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
XML
public static final OutputFormat XML
- specifies that results should be in XML
XML_NO_DTD
public static final OutputFormat XML_NO_DTD
- specifies that the results should be in xml, and no DTD
be included in the xml document. This is also the value
when you want the results to be preformatted on the server
using a specified predefined stylesheet.
hashCode
public int hashCode()
equals
public boolean equals(java.lang.Object o)
getValue
public java.lang.String getValue()
© Copyright 2006 Inxight Software, Inc.