|
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.align.io.impl.internal.ChildContextBean
public class ChildContextBean
Bean representing a ChildContext
. Instead of the child definition it
contains its name.
Constructor Summary | |
---|---|
ChildContextBean()
Default constructor |
|
ChildContextBean(ChildContext context)
Create a child context bean from the given child context |
|
ChildContextBean(Integer contextName,
Integer contextIndex,
String conditionFilter,
QName childName)
Create a child context bean with the given content |
Method Summary | |
---|---|
QName |
getChildName()
|
String |
getConditionFilter()
|
Integer |
getContextIndex()
|
Integer |
getContextName()
|
void |
setChildName(QName childName)
|
void |
setConditionFilter(String conditionFilter)
|
void |
setContextIndex(Integer contextIndex)
|
void |
setContextName(Integer contextName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChildContextBean()
public ChildContextBean(ChildContext context)
context
- the child contextpublic ChildContextBean(Integer contextName, Integer contextIndex, String conditionFilter, QName childName)
contextName
- the instance context namecontextIndex
- the context indexconditionFilter
- the condition filterchildName
- the child definition nameMethod Detail |
---|
public Integer getContextName()
public void setContextName(Integer contextName)
contextName
- the instance context name to setpublic QName getChildName()
public void setChildName(QName childName)
childName
- the child definition name to setpublic Integer getContextIndex()
public void setContextIndex(Integer contextIndex)
contextIndex
- the context index to setpublic String getConditionFilter()
public void setConditionFilter(String conditionFilter)
conditionFilter
- the condition filter to set
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |