|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectorg.jibx.schema.codegen.ClassHolder.DataNode
org.jibx.schema.codegen.ClassHolder.LeafNode
protected static class ClassHolder.LeafNode
Information for a leaf node of the data structure tree.
| Constructor Summary | |
|---|---|
ClassHolder.LeafNode(Item item,
ClassHolder.ParentNode parent)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
describe(int depth)
Generate the node description. |
boolean |
isInterior()
Check if this is an interior node (always false). |
| Methods inherited from class org.jibx.schema.codegen.ClassHolder.DataNode |
|---|
appendDocText, appendSelectConstText, getBindingType, getDocumentation, getFieldName, getFlagMethodName, getGetMethodName, getItem, getParent, getPropName, getQName, getReferenceQName, getSchemaComponent, getSelectConstName, getSelectPropName, getSetMethodName, getTestMethodName, getType, isAny, isCollection, isIgnored, isList, isNamed, isOptional, isReference, setDocumentation, setFieldName, setFlagMethodName, setGetMethodName, setPropName, setSelectConstName, setSelectPropName, setSetMethodName, setTestMethodName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassHolder.LeafNode(Item item,
ClassHolder.ParentNode parent)
item - parent - | Method Detail |
|---|
public boolean isInterior()
false).
isInterior in class ClassHolder.DataNodefalse for value componentpublic java.lang.String describe(int depth)
describe in class ClassHolder.DataNodedepth - current nesting depth
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||