com.businessobjects.enterprise.crystalreport
Class FormatInterface

java.lang.Object
  extended bycom.businessobjects.enterprise.crystalreport.FormatInterface
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ExcelDataOnlyFormat, PageFormat, TextFormatPaginated, TextFormatPlain, TextFormatSeparated

public class FormatInterface
extends java.lang.Object
implements java.io.Serializable

This class is the base class for format options.

See Also:
Serialized Form

Constructor Summary
FormatInterface()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Internal Use Only.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Internal Use Only.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Internal Use Only.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Internal Use Only.
 int hashCode()
          Internal Use Only.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatInterface

public FormatInterface()
Method Detail

equals

public boolean equals(java.lang.Object obj)
Internal Use Only.


hashCode

public int hashCode()
Internal Use Only.


getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Internal Use Only.


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Internal Use Only.


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Internal Use Only.