Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MNAME
The metaclass simple name.
|
static java.lang.String |
MQNAME
The metaclass qualified name.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Element> |
getAdded()
Getter for relation 'QueryDefinition->Added'
Metamodel description:
Elements manually added to the lines or columns.
|
<T extends Element> |
getAdded(java.lang.Class<T> filterClass)
Filtered Getter for relation 'QueryDefinition->Added'
Metamodel description:
Elements manually added to the lines or columns.
|
MatrixDefinition |
getOwnerAsCol()
Getter for relation 'QueryDefinition->OwnerAsCol'
Metamodel description:
null
|
MatrixDefinition |
getOwnerAsDepth()
Getter for relation 'QueryDefinition->OwnerAsDepth'
Metamodel description:
null
|
MatrixDefinition |
getOwnerAsLine()
Getter for relation 'QueryDefinition->OwnerAsLine'
Metamodel description:
null
|
PropertyTable |
getParameters()
Getter for relation 'QueryDefinition->Parameters'
Metamodel description:
Parameters to pass to the external processor.
|
ExternProcessor |
getProcessor()
Getter for relation 'QueryDefinition->Processor'
Metamodel description:
External processor used to execute the query.
|
boolean |
isUsingAdditions()
Getter for attribute 'QueryDefinition.UsingAdditions'
Metamodel description:
null
|
void |
setOwnerAsCol(MatrixDefinition value)
Setter for relation 'QueryDefinition->OwnerAsCol'
Metamodel description:
null
|
void |
setOwnerAsDepth(MatrixDefinition value)
Setter for relation 'QueryDefinition->OwnerAsDepth'
Metamodel description:
null
|
void |
setOwnerAsLine(MatrixDefinition value)
Setter for relation 'QueryDefinition->OwnerAsLine'
Metamodel description:
null
|
void |
setParameters(PropertyTable value)
Setter for relation 'QueryDefinition->Parameters'
Metamodel description:
Parameters to pass to the external processor.
|
void |
setProcessor(ExternProcessor value)
Setter for relation 'QueryDefinition->Processor'
Metamodel description:
External processor used to execute the query.
|
void |
setUsingAdditions(boolean value)
Setter for attribute 'QueryDefinition.UsingAdditions'
Metamodel description:
null
|
getAddedToQuery, getAddedToQuery, getCausedImpact, getCausedImpact, getDiagramElement, getDiagramElement
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
static final java.lang.String MNAME
static final java.lang.String MQNAME
boolean isUsingAdditions()
void setUsingAdditions(boolean value)
org.eclipse.emf.common.util.EList<Element> getAdded()
<T extends Element> java.util.List<T> getAdded(java.lang.Class<T> filterClass)
ExternProcessor getProcessor()
void setProcessor(ExternProcessor value)
PropertyTable getParameters()
void setParameters(PropertyTable value)
MatrixDefinition getOwnerAsLine()
void setOwnerAsLine(MatrixDefinition value)
MatrixDefinition getOwnerAsCol()
void setOwnerAsCol(MatrixDefinition value)
MatrixDefinition getOwnerAsDepth()
void setOwnerAsDepth(MatrixDefinition value)