com.etasoft.trans.map
Class axMapPluginLoadType

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

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

See Also:
Serialized Form

Field Summary
static axMapPluginLoadType Execution
           
static axMapPluginLoadType Startup
           
 
Constructor Summary
axMapPluginLoadType()
           
axMapPluginLoadType(int id)
           
 
Method Summary
 java.lang.Object fromString(java.lang.String strValue)
           
 int getId()
           
 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

Startup

public static final axMapPluginLoadType Startup

Execution

public static final axMapPluginLoadType Execution
Constructor Detail

axMapPluginLoadType

public axMapPluginLoadType()

axMapPluginLoadType

public axMapPluginLoadType(int id)
Method Detail

getId

public int getId()

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