com.etasoft.trans.map
Class axMapRootType

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

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

See Also:
Serialized Form

Field Summary
static axMapRootType Input
           
static axMapRootType Output
           
 
Constructor Summary
axMapRootType()
           
 
Method Summary
 java.lang.Object fromString(java.lang.String strValue)
           
 int getId()
           
 java.lang.String getName()
           
 java.lang.String[] getStringArray()
           
 void setId(int id)
           
 void setName(java.lang.String name)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

Input

public static final axMapRootType Input

Output

public static final axMapRootType Output
Constructor Detail

axMapRootType

public axMapRootType()
Method Detail

getId

public int getId()

setId

public void setId(int id)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

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