com.etasoft.trans.map
Class axMapTranslationType

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

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

See Also:
Serialized Form

Field Summary
static axMapTranslationType Edifact
           
static axMapTranslationType HL7
           
static axMapTranslationType Jdbc
           
static axMapTranslationType Txt
           
static axMapTranslationType X12
           
static axMapTranslationType XML
           
 
Constructor Summary
axMapTranslationType()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Object fromString(java.lang.String strValue)
           
 java.lang.String[] getStringArray()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

Txt

public static final axMapTranslationType Txt

XML

public static final axMapTranslationType XML

X12

public static final axMapTranslationType X12

Edifact

public static final axMapTranslationType Edifact

HL7

public static final axMapTranslationType HL7

Jdbc

public static final axMapTranslationType Jdbc
Constructor Detail

axMapTranslationType

public axMapTranslationType()
Method Detail

toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object obj)

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