net.sf.gsaapi.constants
Class OutputFormat

java.lang.Object
  extended bynet.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.
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getValue()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Method Detail

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object o)

getValue

public java.lang.String getValue()


© Copyright 2006 Inxight Software, Inc.