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

All Superinterfaces:
AbstractTextLine, Element

public interface AssignmentTextLine
extends AbstractTextLine

You can assign, i.e. associate, text lines to one or more instances -- of any entity type -- for documentation purposes.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getSectionCode()
          Section code of the Text assigned to the text line.
 Text getText()
          Text assigned to the text line.
 java.lang.String getUnkwownText()
          If the Text assigned to the text line is unknown, its code is indicated here.
 
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

getSectionCode

java.lang.String getSectionCode()

Section code of the Text assigned to the text line.

Returns:

getText

Text getText()

Text assigned to the text line.

Returns:

getUnkwownText

java.lang.String getUnkwownText()

If the Text assigned to the text line is unknown, its code is indicated here.

Returns: