com.etasoft.trans.map
Class axMapFieldType

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

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

See Also:
Serialized Form

Field Summary
static axMapFieldType ForeignKey
           
static axMapFieldType NotNull
           
static axMapFieldType Nullable
           
static axMapFieldType PrimaryKey
           
 
Constructor Summary
axMapFieldType()
           
 
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

Nullable

public static final axMapFieldType Nullable

PrimaryKey

public static final axMapFieldType PrimaryKey

ForeignKey

public static final axMapFieldType ForeignKey

NotNull

public static final axMapFieldType NotNull
Constructor Detail

axMapFieldType

public axMapFieldType()
Method Detail

equals

public boolean equals(java.lang.Object obj)

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