|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LikeExpression
A representation of the model object 'Like Expression'.
The following features are supported:
DomPackage.getLikeExpression()| Method Summary | |
|---|---|
Expression |
getEscape()
Returns the value of the 'Escape' containment reference. |
Expression |
getExpression()
Returns the value of the 'Expression' containment reference. |
Expression |
getLike()
Returns the value of the 'Like' containment reference. |
String |
getOperator()
Returns the value of the 'Operator' attribute. |
boolean |
isNot()
Returns the value of the 'Not' attribute. |
void |
setEscape(Expression value)
Sets the value of the ' Escape' containment reference. |
void |
setExpression(Expression value)
Sets the value of the ' Expression' containment reference. |
void |
setLike(Expression value)
Sets the value of the ' Like' containment reference. |
void |
setNot(boolean value)
Sets the value of the ' Not' attribute. |
void |
setOperator(String value)
Sets the value of the ' Operator' 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 |
| Method Detail |
|---|
Expression getExpression()
If the meaning of the 'Expression' containment reference isn't clear, there really should be more of a description here...
setExpression(Expression),
DomPackage.getLikeExpression_Expression()void setExpression(Expression value)
Expression' containment reference.
value - the new value of the 'Expression' containment reference.getExpression()boolean isNot()
If the meaning of the 'Not' attribute isn't clear, there really should be more of a description here...
setNot(boolean),
DomPackage.getLikeExpression_Not()void setNot(boolean value)
Not' attribute.
value - the new value of the 'Not' attribute.isNot()String getOperator()
If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...
setOperator(String),
DomPackage.getLikeExpression_Operator()void setOperator(String value)
Operator' attribute.
value - the new value of the 'Operator' attribute.getOperator()Expression getLike()
If the meaning of the 'Like' containment reference isn't clear, there really should be more of a description here...
setLike(Expression),
DomPackage.getLikeExpression_Like()void setLike(Expression value)
Like' containment reference.
value - the new value of the 'Like' containment reference.getLike()Expression getEscape()
If the meaning of the 'Escape' containment reference isn't clear, there really should be more of a description here...
setEscape(Expression),
DomPackage.getLikeExpression_Escape()void setEscape(Expression value)
Escape' containment reference.
value - the new value of the 'Escape' containment reference.getEscape()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||