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
A representation of the model object 'In Expression'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<AbstractExpression>Returns the value of the 'Expression' containment reference list.getQuery()Returns the value of the 'Query' containment reference.booleanReturns the value of the 'Hierarchy' attribute.voidsetHierarchy(boolean value) Sets the value of the 'Hierarchy' attribute.voidsetQuery(QuerySchemaNestedQuery value) Sets the value of the 'Query' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
isHierarchy
boolean isHierarchy()Returns the value of the 'Hierarchy' attribute.- Returns:
- the value of the 'Hierarchy' attribute.
- See Also:
-
setHierarchy
void setHierarchy(boolean value) Sets the value of the 'Hierarchy' attribute.- Parameters:
value- the new value of the 'Hierarchy' attribute.- See Also:
-
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:
-
getQuery
QuerySchemaNestedQuery getQuery()Returns the value of the 'Query' containment reference.- Returns:
- the value of the 'Query' containment reference.
- See Also:
-
setQuery
Sets the value of the 'Query' containment reference.- Parameters:
value- the new value of the 'Query' containment reference.- See Also:
-