|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.common.instance.helper.QueueDefinitionItem
public class QueueDefinitionItem
Objects of these Class are used by the PropertyResolver
in a Queue
for traversing the instance-definition-tree.
Constructor Summary | |
---|---|
QueueDefinitionItem(ChildDefinition<?> def,
QName qname)
Create a definition item. |
Method Summary | |
---|---|
void |
addLoopQNames(List<QName> loopQNames)
adds known loop paths wich 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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueueDefinitionItem(ChildDefinition<?> def, QName qname)
def
- the child definitionqname
- the child nameMethod Detail |
---|
public 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()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |