|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DynamicFilterExpression
A representation of the model object 'Dynamic Filter Expression'. A built-in filter expression designed with a pre-defined variable. Its specific type of expression(s) to apply and corresponding argument value(s) to collect will be dynamically specified at runtime.
The following features are supported:
DesignPackage.getDynamicFilterExpression()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
AtomicExpressionContext |
getContext()
Returns the value of the 'Context' containment reference. |
ExpressionArguments |
getContextArguments()
Returns the expression arguments design in the 'Context' containment reference. |
ExpressionVariable |
getContextVariable()
Returns the expression variable design in the 'Context' containment reference. |
FilterExpressionType |
getDefaultType()
Returns the value of the 'Default Type' containment reference. |
boolean |
isOptional()
Indicates whether this filter expression can be excluded at runtime. |
void |
setContext(AtomicExpressionContext value)
Sets the value of the ' Context ' containment reference. |
void |
setContextArguments(ExpressionArguments arguments)
Sets the expression arguments design in the 'Context' containment reference. |
void |
setContextVariable(ExpressionVariable variable)
Sets the expression variable design in the 'Context' containment reference. |
void |
setDefaultType(FilterExpressionType value)
Sets the value of the ' Default Type ' containment reference. |
void |
setIsOptional(boolean isOptional)
Specifies whether this filter expression can be excluded at runtime. |
Methods inherited from interface org.eclipse.datatools.connectivity.oda.design.FilterExpression |
---|
isNegatable, isSetNegatable, setNegatable, unsetNegatable |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
AtomicExpressionContext getContext()
If the meaning of the 'Context' containment reference isn't clear, there really should be more of a description here...
setContext(AtomicExpressionContext)
,
DesignPackage.getDynamicFilterExpression_Context()
void setContext(AtomicExpressionContext value)
Context
' containment reference.
value
- the new value of the 'Context' containment reference.getContext()
FilterExpressionType getDefaultType()
setDefaultType(FilterExpressionType)
,
DesignPackage.getDynamicFilterExpression_DefaultType()
void setDefaultType(FilterExpressionType value)
Default Type
' containment reference.
value
- the new value of the 'Default Type' containment reference.getDefaultType()
boolean isOptional()
void setIsOptional(boolean isOptional)
isOptional
- true if this can be excluded at runtime; false otherwiseExpressionVariable getContextVariable()
void setContextVariable(ExpressionVariable variable)
variable
- the variable design in the 'Context' containment referenceExpressionArguments getContextArguments()
void setContextArguments(ExpressionArguments arguments)
arguments
- the arguments design in the 'Context' containment reference
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |