Package com._1c.g5.v8.dt.ql.model
Interface LikeExpression
-
- All Superinterfaces:
AbstractExpression
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
LikeExpressionImpl
public interface LikeExpression extends AbstractExpression
A representation of the model object 'Like Expression'.The following features are supported:
- See Also:
QlPackage.getLikeExpression()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractExpression
getEscape()
Returns the value of the 'Escape' containment reference.AbstractExpression
getLiteral()
Returns the value of the 'Literal' containment reference.void
setEscape(AbstractExpression value)
Sets the value of the 'Escape
' containment reference.void
setLiteral(AbstractExpression value)
Sets the value of the 'Literal
' containment reference.
-
-
-
Method Detail
-
getLiteral
AbstractExpression getLiteral()
Returns the value of the 'Literal' containment reference.- Returns:
- the value of the 'Literal' containment reference.
- See Also:
setLiteral(AbstractExpression)
,QlPackage.getLikeExpression_Literal()
-
setLiteral
void setLiteral(AbstractExpression value)
Sets the value of the 'Literal
' containment reference.- Parameters:
value
- the new value of the 'Literal' containment reference.- See Also:
getLiteral()
-
getEscape
AbstractExpression getEscape()
Returns the value of the 'Escape' containment reference.- Returns:
- the value of the 'Escape' containment reference.
- See Also:
setEscape(AbstractExpression)
,QlPackage.getLikeExpression_Escape()
-
setEscape
void setEscape(AbstractExpression value)
Sets the value of the 'Escape
' containment reference.- Parameters:
value
- the new value of the 'Escape' containment reference.- See Also:
getEscape()
-
-