com.ibm.pdp.maf.rpp.pac.segment
Interface LevelAddressLength

All Superinterfaces:
Element

public interface LevelAddressLength
extends Element

This interface represents a line of LAL for a segment.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 int getInputAddress()
           
 java.lang.String getInputFormat()
           
 int getInputLength()
           
 int getInternalAddress()
           
 java.lang.String getInternalFormat()
           
 int getInternalLength()
           
 java.lang.String getLabel()
           
 int getLevel()
           
 java.lang.String getName()
           
 int getOccursDisplay()
           
 java.lang.String getUsage()
           
 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

getInputAddress

int getInputAddress()

Returns the input address.

Returns:

getInputFormat

java.lang.String getInputFormat()

Returns the input format.

Returns:

getInputLength

int getInputLength()

Returns the input length. Returns -1 if not applicable.

Returns:

getInternalAddress

int getInternalAddress()

Returns the internal address.

Returns:

getInternalFormat

java.lang.String getInternalFormat()

Returns the internal format.

Returns:

getInternalLength

int getInternalLength()

Returns the internal length. Returns -1 if not applicable.

Returns:

getLabel

java.lang.String getLabel()

Returns the label.

Returns:

getLevel

int getLevel()

Returns the level.

Returns:

getName

java.lang.String getName()

Returns the name.

Returns:

getOccursDisplay

int getOccursDisplay()

Returns the occurs display.

Returns:

getUsage

java.lang.String getUsage()

Returns the usage.

Returns: