com.objex.panywhere
Class TextDataType

java.lang.Object
  extended by com.objex.panywhere.DataType
      extended by com.objex.panywhere.TextDataType
All Implemented Interfaces:
java.io.Serializable

public class TextDataType
extends DataType
implements java.io.Serializable

Defines the TextDataType

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.objex.panywhere.DataType
BOOLEAN_TYPE, DATE_TYPE, MARKER_TYPE, NUMBER_TYPE, TEXT_TYPE, YESNO_TYPE
 
Constructor Summary
TextDataType()
          Creates a new DTextDataType Instance
 
Method Summary
 java.lang.String getXMLOutput()
          Returns an empty string
 
Methods inherited from class com.objex.panywhere.DataType
addTypeValue, getDataTypeClass, getTypeid, getTypename, getTypeValue, getTypeValues, setDataTypeClass, setTypeid, setTypename
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextDataType

public TextDataType()
Creates a new DTextDataType Instance

Method Detail

getXMLOutput

public java.lang.String getXMLOutput()
Returns an empty string

Specified by:
getXMLOutput in class DataType