Package com._1c.g5.v8.dt.ql.model
Interface QuerySchemaExpression
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
QuerySchemaExpressionImpl
public interface QuerySchemaExpression extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Query Schema Expression'.The following features are supported:
- See Also:
QlPackage.getQuerySchemaExpression()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAlias()Returns the value of the 'Alias' attribute.AbstractExpressiongetExpression()Returns the value of the 'Expression' containment reference.TypeDescriptiongetType(IExpressionTypeChecker checker)booleanisAggregateFunction()booleanisComputeAlias()Returns the value of the 'Compute Alias' attribute.voidsetAlias(String value)Sets the value of the 'Alias' attribute.voidsetComputeAlias(boolean value)Sets the value of the 'Compute Alias' attribute.voidsetExpression(AbstractExpression value)Sets the value of the 'Expression' containment reference.
-
-
-
Method Detail
-
isComputeAlias
boolean isComputeAlias()
Returns the value of the 'Compute Alias' attribute.- Returns:
- the value of the 'Compute Alias' attribute.
- See Also:
setComputeAlias(boolean),QlPackage.getQuerySchemaExpression_ComputeAlias()
-
setComputeAlias
void setComputeAlias(boolean value)
Sets the value of the 'Compute Alias' attribute.- Parameters:
value- the new value of the 'Compute Alias' attribute.- See Also:
isComputeAlias()
-
getAlias
String getAlias()
Returns the value of the 'Alias' attribute.- Returns:
- the value of the 'Alias' attribute.
- See Also:
setAlias(String),QlPackage.getQuerySchemaExpression_Alias()
-
setAlias
void setAlias(String value)
Sets the value of the 'Alias' attribute.- Parameters:
value- the new value of the 'Alias' attribute.- See Also:
getAlias()
-
getExpression
AbstractExpression getExpression()
Returns the value of the 'Expression' containment reference.- Returns:
- the value of the 'Expression' containment reference.
- See Also:
setExpression(AbstractExpression),QlPackage.getQuerySchemaExpression_Expression()
-
setExpression
void setExpression(AbstractExpression value)
Sets the value of the 'Expression' containment reference.- Parameters:
value- the new value of the 'Expression' containment reference.- See Also:
getExpression()
-
getType
TypeDescription getType(IExpressionTypeChecker checker)
-
isAggregateFunction
boolean isAggregateFunction()
-
-