protected static class ClassHolder.LeafNode extends ClassHolder.DataNode
| Constructor and Description |
|---|
ClassHolder.LeafNode(Item item,
ClassHolder.ParentNode parent)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
describe(int depth)
Generate the node description.
|
boolean |
isInterior()
Check if this is an interior node (always
false). |
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, setTestMethodNamepublic ClassHolder.LeafNode(Item item, ClassHolder.ParentNode parent)
item - parent - public boolean isInterior()
false).isInterior in class ClassHolder.DataNodefalse for value componentpublic String describe(int depth)
describe in class ClassHolder.DataNodedepth - current nesting depthCopyright © 2005-2014 jibx.org. All Rights Reserved.