de.mguennewig.pobjects.metadata
Class BlockListDesc

java.lang.Object
  extended by de.mguennewig.pobjects.metadata.FlowDesc
      extended by de.mguennewig.pobjects.metadata.BlockDesc
          extended by de.mguennewig.pobjects.metadata.BlockListDesc

public final class BlockListDesc
extends BlockDesc

A list element for ul, ol and tr.

Author:
Michael Günnewig
See Also:
Description

Constructor Summary
BlockListDesc(java.lang.String name, BlockFlowDesc[] entries)
          Creates a new BlockListDesc.
 
Method Summary
 FlowDesc getContent(int n)
          
 BlockFlowDesc getEntry(int n)
           
 int getNumContent()
          
 int getNumEntries()
           
 
Methods inherited from class de.mguennewig.pobjects.metadata.BlockDesc
toXml
 
Methods inherited from class de.mguennewig.pobjects.metadata.FlowDesc
getName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockListDesc

public BlockListDesc(java.lang.String name,
                     BlockFlowDesc[] entries)
Creates a new BlockListDesc.

Method Detail

getNumContent

public int getNumContent()

Specified by:
getNumContent in class BlockDesc

getContent

public FlowDesc getContent(int n)

Specified by:
getContent in class BlockDesc

getNumEntries

public int getNumEntries()

getEntry

public BlockFlowDesc getEntry(int n)