com.ibm.pdp.maf.rpp.pac.text
Interface TextLine

All Superinterfaces:
AbstractTextLine, Element

public interface TextLine
extends AbstractTextLine

Text for documentation purposes.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 DataElement getDataElement()
          This field is used to establish a cross-reference between the section title line and one Data Element.
 java.lang.String getLineText()
          Line text.
 boolean getUnknownDataElementBlankWhenZero()
          This field is used to establish a cross-reference between the section title line and one Data Element which is not defined in the VA Pac Repository.
 java.lang.String getUnknownDataElementFormat()
          

This field is used to establish a cross-reference between the section title line and one Data Element which is not defined in the VA Pac Repository.

 java.lang.String getUnknownDataElementName()
          This field is used to establish a cross-reference between the section title line and one Data Element which is not defined in the VA Pac Repository.
 
Methods inherited from interface com.ibm.pdp.maf.rpp.pac.text.AbstractTextLine
getLineType
 

Field Detail

copyright

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

getDataElement

DataElement getDataElement()

This field is used to establish a cross-reference between the section title line and one Data Element.

Returns:

getLineText

java.lang.String getLineText()

Line text.

Returns:

getUnknownDataElementBlankWhenZero

boolean getUnknownDataElementBlankWhenZero()

This field is used to establish a cross-reference between the section title line and one Data Element which is not defined in the VA Pac Repository.

This indicates if the BLANK WHEN ZERO clause must be generated.

Returns:

getUnknownDataElementFormat

java.lang.String getUnknownDataElementFormat()

This field is used to establish a cross-reference between the section title line and one Data Element which is not defined in the VA Pac Repository.

Here, you have the format.

Returns:

getUnknownDataElementName

java.lang.String getUnknownDataElementName()

This field is used to establish a cross-reference between the section title line and one Data Element which is not defined in the VA Pac Repository.

Here, you have the name.

Returns: