|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CustomFilterExpression
A representation of the model object 'Custom Filter Expression'. The definition of a custom atomic filter expression contributed by an extension of the org.eclipse.datatools.connectivity.oda.dynamicResultSet extension point.
The following features are supported:
DesignPackage.getCustomFilterExpression()
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. |
java.lang.String |
getDeclaringExtensionId()
Returns the value of the 'Declaring Extension Id' attribute of this type of filter expression. |
java.lang.String |
getId()
Returns the value of the 'Id' attribute of this type of filter expression. |
FilterExpressionType |
getType()
Returns the value of the '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 |
setDeclaringExtensionId(java.lang.String value)
Sets the value of the 'Declaring Extension Id' attribute of this type of filter expression. |
void |
setId(java.lang.String value)
Sets the value of the 'Id' attribute of this type of filter expression. |
void |
setIsOptional(boolean isOptional)
Specifies whether this filter expression can be excluded at runtime. |
void |
setType(FilterExpressionType value)
Sets the value of the ' Type ' containment reference. |
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 |
---|
FilterExpressionType getType()
If the meaning of the 'Type' containment reference isn't clear, there really should be more of a description here...
setType(FilterExpressionType)
,
DesignPackage.getCustomFilterExpression_Type()
void setType(FilterExpressionType value)
Type
' containment reference.
value
- the new value of the 'Type' containment reference.getType()
java.lang.String getDeclaringExtensionId()
getType()
,
setDeclaringExtensionId(String)
void setDeclaringExtensionId(java.lang.String value)
value
- the new value of the 'Declaring Extension Id' attribute.setType(FilterExpressionType)
,
getDeclaringExtensionId()
java.lang.String getId()
getType()
,
setId(String)
void setId(java.lang.String value)
value
- the new value of the 'Id' attribute.setType(FilterExpressionType)
,
getId()
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.getCustomFilterExpression_Context()
void setContext(AtomicExpressionContext value)
Context
' containment reference.
value
- the new value of the 'Context' containment reference.getContext()
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 |