org.openxma.dsl.dom.model
Interface LikeExpression

All Superinterfaces:
org.eclipse.emf.ecore.EObject, Expression, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
LikeExpressionImpl

public interface LikeExpression
extends Expression

A representation of the model object 'Like Expression'.

The following features are supported:

See Also:
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

getExpression

Expression getExpression()
Returns the value of the 'Expression' containment reference.

If the meaning of the 'Expression' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Expression' containment reference.
See Also:
setExpression(Expression), DomPackage.getLikeExpression_Expression()

setExpression

void setExpression(Expression value)
Sets the value of the 'Expression' containment reference.

Parameters:
value - the new value of the 'Expression' containment reference.
See Also:
getExpression()

isNot

boolean isNot()
Returns the value of the 'Not' attribute.

If the meaning of the 'Not' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Not' attribute.
See Also:
setNot(boolean), DomPackage.getLikeExpression_Not()

setNot

void setNot(boolean value)
Sets the value of the 'Not' attribute.

Parameters:
value - the new value of the 'Not' attribute.
See Also:
isNot()

getOperator

String getOperator()
Returns the value of the 'Operator' attribute.

If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Operator' attribute.
See Also:
setOperator(String), DomPackage.getLikeExpression_Operator()

setOperator

void setOperator(String value)
Sets the value of the 'Operator' attribute.

Parameters:
value - the new value of the 'Operator' attribute.
See Also:
getOperator()

getLike

Expression getLike()
Returns the value of the 'Like' containment reference.

If the meaning of the 'Like' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Like' containment reference.
See Also:
setLike(Expression), DomPackage.getLikeExpression_Like()

setLike

void setLike(Expression value)
Sets the value of the 'Like' containment reference.

Parameters:
value - the new value of the 'Like' containment reference.
See Also:
getLike()

getEscape

Expression getEscape()
Returns the value of the 'Escape' containment reference.

If the meaning of the 'Escape' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Escape' containment reference.
See Also:
setEscape(Expression), DomPackage.getLikeExpression_Escape()

setEscape

void setEscape(Expression value)
Sets the value of the 'Escape' containment reference.

Parameters:
value - the new value of the 'Escape' containment reference.
See Also:
getEscape()


Copyright © 2013. All Rights Reserved.