|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.tools.xjc.reader.dtd.Block
final class Block
Field Summary | |
---|---|
(package private) java.util.Set<Element> |
elements
Element s that belong to this block. |
(package private) boolean |
isOptional
|
(package private) boolean |
isRepeated
|
Constructor Summary | |
---|---|
Block(boolean optional,
boolean repeated)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
final boolean isOptional
final boolean isRepeated
final java.util.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.
Constructor Detail |
---|
Block(boolean optional, boolean repeated)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |