de.mguennewig.pobjects.metadata
Class BlockFlowDesc

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

public final class BlockFlowDesc
extends BlockDesc

A block with FlowDesc content.

Used for blockquote, li, th and td.

Author:
Michael Günnewig
See Also:
Description

Constructor Summary
BlockFlowDesc(java.lang.String name, FlowDesc[] content)
          Creates a new BlockFlowDesc.
 
Method Summary
 FlowDesc getContent(int n)
          
 int getNumContent()
          
 
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

BlockFlowDesc

public BlockFlowDesc(java.lang.String name,
                     FlowDesc[] content)
Creates a new BlockFlowDesc.

Method Detail

getNumContent

public int getNumContent()

Specified by:
getNumContent in class BlockDesc

getContent

public FlowDesc getContent(int n)

Specified by:
getContent in class BlockDesc