public class QueueDefinitionItem extends Object
PropertyResolver
in a Queue
for traversing the instance-definition-tree.Constructor and Description |
---|
QueueDefinitionItem(ChildDefinition<?> def,
QName qname)
Create a definition item.
|
Modifier and Type | Method and Description |
---|---|
void |
addLoopQNames(List<QName> loopQNames)
adds known loop paths which appear in the path of the
instance-definition-tree on the way to the definition of this item
|
void |
addQname(QName qname)
Adds a single QName to the path
|
void |
addQnames(List<QName> qnames)
Adds multiple QNames to the path
|
ChildDefinition<?> |
getDefinition() |
List<List<QName>> |
getLoopQNames()
returns the known loop paths wich appear in the path of the
instance-definition-tree on the way to the definition of this item
|
List<QName> |
getQnames() |
String |
qNamesToString()
returns the path of the definition of this item in the
instance-definition-tree as a String
|
void |
setDef(ChildDefinition<?> propDef) |
public QueueDefinitionItem(ChildDefinition<?> def, QName qname)
def
- the child definitionqname
- the child namepublic ChildDefinition<?> getDefinition()
public void setDef(ChildDefinition<?> propDef)
propDef
- sets the instance definition in this itempublic List<QName> getQnames()
public void addQname(QName qname)
qname
- the QName to be addpublic void addQnames(List<QName> qnames)
qnames
- the QName sto be addpublic void addLoopQNames(List<QName> loopQNames)
loopQNames
- the loop paths to addpublic List<List<QName>> getLoopQNames()
public String qNamesToString()
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a