com.sun.tools.xjc.reader.dtd
Class ModelGroup
java.lang.Object
com.sun.tools.xjc.reader.dtd.Term
com.sun.tools.xjc.reader.dtd.ModelGroup
final class ModelGroup
- extends Term
Fields inherited from class com.sun.tools.xjc.reader.dtd.Term |
EMPTY |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
kind
ModelGroup.Kind kind
ModelGroup
ModelGroup()
normalize
void normalize(List<Block> r,
boolean optional)
- Specified by:
normalize
in class Term
addAllElements
void addAllElements(Block b)
- Specified by:
addAllElements
in class Term
isOptional
boolean isOptional()
- Specified by:
isOptional
in class Term
isRepeated
boolean isRepeated()
- Specified by:
isRepeated
in class Term
setKind
void setKind(short connectorType)
addTerm
void addTerm(Term t)
wrapUp
Term wrapUp()