de.mguennewig.pobjects.metadata
Class BlockListDesc
java.lang.Object
de.mguennewig.pobjects.metadata.FlowDesc
de.mguennewig.pobjects.metadata.BlockDesc
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
| 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 |
BlockListDesc
public BlockListDesc(java.lang.String name,
BlockFlowDesc[] entries)
- Creates a new BlockListDesc.
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)