com.ibm.pdp.maf.rpp.pac.volume
Interface Volume

All Superinterfaces:
AbstractRadicalElement, Element, RadicalElement

public interface Volume
extends AbstractRadicalElement

A Volume provides to produce functional and technical specifications, and end-user manuals.

Its contents consists to several type aff line : Title line, Instance call Line and Request Line.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.util.List<VolumeLine> getDLines()
           
 
Methods inherited from interface com.ibm.pdp.maf.rpp.pac.common.AbstractRadicalElement
getGCLines
 
Methods inherited from interface com.ibm.pdp.maf.rpp.kernel.RadicalElement
getCalledEntities, getDescriptionTypes, getDesignId, getEntityVersion, getKeywords, getLabel, getName, getPackage, getProject, isResolved
 

Field Detail

copyright

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

getDLines

java.util.List<VolumeLine> getDLines()

List of all the description lines for the volume.

Returns: