public interface TextLine extends AbstractTextLine
Text for documentation purposes.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
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.
|
getLineType
static final java.lang.String copyright
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.
This indicates if the BLANK WHEN ZERO clause must be generated.
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.
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.