Package com._1c.g5.v8.dt.ql.model
Interface InExpression
-
- All Superinterfaces:
AbstractExpression
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
InExpressionImpl
public interface InExpression extends AbstractExpression
A representation of the model object 'In Expression'.The following features are supported:
- See Also:
QlPackage.getInExpression()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractExpression>
getExpression()
Returns the value of the 'Expression' containment reference list.QuerySchemaNestedQuery
getQuery()
Returns the value of the 'Query' containment reference.boolean
isHierarchy()
Returns the value of the 'Hierarchy' attribute.void
setHierarchy(boolean value)
Sets the value of the 'Hierarchy
' attribute.void
setQuery(QuerySchemaNestedQuery value)
Sets the value of the 'Query
' containment reference.
-
-
-
Method Detail
-
isHierarchy
boolean isHierarchy()
Returns the value of the 'Hierarchy' attribute.- Returns:
- the value of the 'Hierarchy' attribute.
- See Also:
setHierarchy(boolean)
,QlPackage.getInExpression_Hierarchy()
-
setHierarchy
void setHierarchy(boolean value)
Sets the value of the 'Hierarchy
' attribute.- Parameters:
value
- the new value of the 'Hierarchy' attribute.- See Also:
isHierarchy()
-
getExpression
org.eclipse.emf.common.util.EList<AbstractExpression> getExpression()
Returns the value of the 'Expression' containment reference list. The list contents are of typeAbstractExpression
.- Returns:
- the value of the 'Expression' containment reference list.
- See Also:
QlPackage.getInExpression_Expression()
-
getQuery
QuerySchemaNestedQuery getQuery()
Returns the value of the 'Query' containment reference.- Returns:
- the value of the 'Query' containment reference.
- See Also:
setQuery(QuerySchemaNestedQuery)
,QlPackage.getInExpression_Query()
-
setQuery
void setQuery(QuerySchemaNestedQuery value)
Sets the value of the 'Query
' containment reference.- Parameters:
value
- the new value of the 'Query' containment reference.- See Also:
getQuery()
-
-