com.sun.tools.xjc.reader.dtd
Class Block
java.lang.Object
com.sun.tools.xjc.reader.dtd.Block
final class Block
- extends Object
Constructor Summary |
Block(boolean optional,
boolean repeated)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isOptional
final boolean isOptional
isRepeated
final boolean isRepeated
elements
final Set<Element> elements
Element
s that belong to this block.
We want to preserve the order they are added, but we don't want
dupliates.
Block
Block(boolean optional,
boolean repeated)