com.etasoft.trans.map
Class axMapDataType

java.lang.Object
  extended bycom.etasoft.trans.map.axMapDataType
All Implemented Interfaces:
com.etasoft.gui.proptable.axConvertableProperty, axPropertyType, axSerializable, java.io.Serializable

public class axMapDataType
extends java.lang.Object
implements com.etasoft.gui.proptable.axConvertableProperty, axPropertyType

See Also:
Serialized Form

Field Summary
static axMapDataType BigInteger
           
static axMapDataType Blob
           
static axMapDataType Boolean
           
static axMapDataType Date
           
static axMapDataType DateTime
           
static axMapDataType Double
           
static axMapDataType Integer
           
static axMapDataType Number
           
static axMapDataType String
           
static axMapDataType Time
           
static axMapDataType Undefined
           
 
Constructor Summary
axMapDataType()
           
 
Method Summary
 java.lang.Object fromString(java.lang.String strValue)
           
 java.lang.String[] getStringArray()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

Undefined

public static final axMapDataType Undefined

String

public static final axMapDataType String

Integer

public static final axMapDataType Integer

Number

public static final axMapDataType Number

Double

public static final axMapDataType Double

BigInteger

public static final axMapDataType BigInteger

Blob

public static final axMapDataType Blob

Date

public static final axMapDataType Date

Time

public static final axMapDataType Time

DateTime

public static final axMapDataType DateTime

Boolean

public static final axMapDataType Boolean
Constructor Detail

axMapDataType

public axMapDataType()
Method Detail

toString

public java.lang.String toString()

fromString

public java.lang.Object fromString(java.lang.String strValue)
Specified by:
fromString in interface com.etasoft.gui.proptable.axConvertableProperty

getStringArray

public java.lang.String[] getStringArray()
Specified by:
getStringArray in interface com.etasoft.gui.proptable.axConvertableProperty