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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractExpressiongetEscape()Returns the value of the 'Escape' containment reference.AbstractExpressiongetLiteral()Returns the value of the 'Literal' containment reference.voidsetEscape(AbstractExpression value)Sets the value of the 'Escape' containment reference.voidsetLiteral(AbstractExpression value)Sets the value of the 'Literal' containment reference.
 
- 
- 
- 
Method Detail- 
getLiteralAbstractExpression getLiteral() Returns the value of the 'Literal' containment reference.- Returns:
- the value of the 'Literal' containment reference.
- See Also:
- setLiteral(AbstractExpression),- QlPackage.getLikeExpression_Literal()
 
 - 
setLiteralvoid setLiteral(AbstractExpression value) Sets the value of the 'Literal' containment reference.- Parameters:
- value- the new value of the 'Literal' containment reference.
- See Also:
- getLiteral()
 
 - 
getEscapeAbstractExpression getEscape() Returns the value of the 'Escape' containment reference.- Returns:
- the value of the 'Escape' containment reference.
- See Also:
- setEscape(AbstractExpression),- QlPackage.getLikeExpression_Escape()
 
 - 
setEscapevoid setEscape(AbstractExpression value) Sets the value of the 'Escape' containment reference.- Parameters:
- value- the new value of the 'Escape' containment reference.
- See Also:
- getEscape()
 
 
- 
 
-