|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FilterExpression
A representation of the model object 'Filter Expression'. Abstract base class for all filter expressions defined by an ODA designer.
The following features are supported:
DesignPackage.getFilterExpression()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
boolean |
isNegatable()
Returns the value of the 'Negatable' attribute. |
boolean |
isSetNegatable()
Returns whether the value of the ' Negatable ' attribute is set. |
void |
setNegatable(boolean value)
Sets the value of the ' Negatable ' attribute. |
void |
unsetNegatable()
Unsets the value of the ' Negatable ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, 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 |
---|
boolean isNegatable()
"false"
.
Indicates whether the expression can be negated, i.e. applied with a NotExpression. Default is false.
isSetNegatable()
,
unsetNegatable()
,
setNegatable(boolean)
,
DesignPackage.getFilterExpression_Negatable()
void setNegatable(boolean value)
Negatable
' attribute.
value
- the new value of the 'Negatable' attribute.isSetNegatable()
,
unsetNegatable()
,
isNegatable()
void unsetNegatable()
Negatable
' attribute.
isSetNegatable()
,
isNegatable()
,
setNegatable(boolean)
boolean isSetNegatable()
Negatable
' attribute is set.
unsetNegatable()
,
isNegatable()
,
setNegatable(boolean)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |