com.objex.panywhere
Class DropDownDataType

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

public class DropDownDataType
extends DataType
implements java.io.Serializable

Defines the Drop Down Data Type

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
DropDownDataType()
          Creates a new DropDownDataType Instance
 
Method Summary
 java.lang.String getXMLOutput()
          Returns teh XML output for this dropdown data type object as it will be inserted into the XML output of the pedigree under the section
 
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

DropDownDataType

public DropDownDataType()
Creates a new DropDownDataType Instance

Method Detail

getXMLOutput

public java.lang.String getXMLOutput()
Returns teh XML output for this dropdown data type object as it will be inserted into the XML output of the pedigree under the section

Specified by:
getXMLOutput in class DataType