com.etasoft.trans.map
Class axMapPluginTransactMethod

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

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

See Also:
Serialized Form

Constructor Summary
axMapPluginTransactMethod()
           
 
Method Summary
 java.lang.Object fromString(java.lang.String strValue)
           
 java.lang.String[] getStringArray()
          Return plug-in name:method as array of strings.
 java.lang.String toCallString()
          Special method used to get plug-in name just before execute.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

axMapPluginTransactMethod

public axMapPluginTransactMethod()
Method Detail

toString

public java.lang.String toString()

toCallString

public java.lang.String toCallString()
Special method used to get plug-in name just before execute.


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()
Return plug-in name:method as array of strings.

Specified by:
getStringArray in interface com.etasoft.gui.proptable.axConvertableProperty