com.ibm.pdp.maf.rpp.pac.blockbase
Interface HierarchicalBlockBase

All Superinterfaces:
AbstractBlockBase, AbstractRadicalElement, Element, RadicalElement

public interface HierarchicalBlockBase
extends AbstractBlockBase

Hierarchical BlockBases used to describe tree-like structured hierarchical databases.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.util.List<DHLine> getDHLines()
          Gives the description of a hierarchical BlockBase.
 
Methods inherited from interface com.ibm.pdp.maf.rpp.pac.blockbase.AbstractBlockBase
getBlockType, getExternalName, getGenerationLibrary, getGGLines, getGOLines, getType, getVersionNumber
 
Methods inherited from interface com.ibm.pdp.maf.rpp.pac.common.AbstractRadicalElement
getGCLines
 
Methods inherited from interface com.ibm.pdp.maf.rpp.kernel.RadicalElement
getDescriptionTypes, getKeywords, getLabel, getName, getPackage, getProject
 

Field Detail

copyright

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

getDHLines

java.util.List<DHLine> getDHLines()

Gives the description of a hierarchical BlockBase.

Returns: