com.etasoft.trans.map
Interface axMapSearchable

All Known Implementing Classes:
axMapElement, axMapSegment

public interface axMapSearchable

Object that implements this interface has to be a source of input file


Method Summary
 boolean getFixedLength()
           
 int getLength()
           
 boolean getMandatory()
           
 java.lang.String getTag()
           
 void setFixedLength(boolean fixedLength)
           
 void setLength(int length)
           
 void setMandatory(boolean mandatory)
           
 void setTag(java.lang.String startTag)
           
 

Method Detail

getMandatory

public boolean getMandatory()

setMandatory

public void setMandatory(boolean mandatory)

getTag

public java.lang.String getTag()

setTag

public void setTag(java.lang.String startTag)

getFixedLength

public boolean getFixedLength()

setFixedLength

public void setFixedLength(boolean fixedLength)

getLength

public int getLength()

setLength

public void setLength(int length)