public interface LevelAddressLength
This interface represents a line of LAL for a segment.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
int |
getInputAddress()
Returns the input address.
|
java.lang.String |
getInputFormat()
Returns the input format.
|
int |
getInputLength()
Returns the input length.
|
int |
getInternalAddress()
Returns the internal address.
|
java.lang.String |
getInternalFormat()
Returns the internal format.
|
int |
getInternalLength()
Returns the internal length.
|
java.lang.String |
getLabel()
Returns the label.
|
int |
getLevel()
Returns the level.
|
java.lang.String |
getName()
Returns the name.
|
int |
getOccursDisplay()
Returns the occurs display.
|
java.lang.String |
getUsage()
Returns the usage.
|
static final java.lang.String copyright
int getInputAddress()
Returns the input address.
java.lang.String getInputFormat()
Returns the input format.
int getInputLength()
Returns the input length. Returns -1 if not applicable.
int getInternalAddress()
Returns the internal address.
java.lang.String getInternalFormat()
Returns the internal format.
int getInternalLength()
Returns the internal length. Returns -1 if not applicable.
java.lang.String getLabel()
Returns the label.
int getLevel()
Returns the level.
java.lang.String getName()
Returns the name.
int getOccursDisplay()
Returns the occurs display.
java.lang.String getUsage()
Returns the usage.