com.etasoft.trans.map
Class axMapItemType

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

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

See Also:
Serialized Form

Field Summary
static axMapItemType Database
           
static axMapItemType Element
           
static axMapItemType Field
           
static axMapItemType Message
           
static axMapItemType Segment
           
static axMapItemType SubElement
           
static axMapItemType Table
           
static axMapItemType Transaction
           
static axMapItemType Undefined
           
 
Constructor Summary
axMapItemType()
           
 
Method Summary
 java.lang.Object fromString(java.lang.String strValue)
           
 java.lang.String[] getStringArray()
           
 java.lang.String toString()
          Read objects from input stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

Undefined

public static final axMapItemType Undefined

Transaction

public static final axMapItemType Transaction

Message

public static final axMapItemType Message

Segment

public static final axMapItemType Segment

Element

public static final axMapItemType Element

SubElement

public static final axMapItemType SubElement

Database

public static final axMapItemType Database

Table

public static final axMapItemType Table

Field

public static final axMapItemType Field
Constructor Detail

axMapItemType

public axMapItemType()
Method Detail

toString

public java.lang.String toString()
Read objects from input stream.


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