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 SummaryAll 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.QuerySchemaNestedQuerygetQuery()Returns the value of the 'Query' containment reference.booleanisHierarchy()Returns 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.
 
- 
- 
- 
Method Detail- 
isHierarchyboolean isHierarchy() Returns the value of the 'Hierarchy' attribute.- Returns:
- the value of the 'Hierarchy' attribute.
- See Also:
- setHierarchy(boolean),- QlPackage.getInExpression_Hierarchy()
 
 - 
setHierarchyvoid setHierarchy(boolean value) Sets the value of the 'Hierarchy' attribute.- Parameters:
- value- the new value of the 'Hierarchy' attribute.
- See Also:
- isHierarchy()
 
 - 
getExpressionorg.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()
 
 - 
getQueryQuerySchemaNestedQuery getQuery() Returns the value of the 'Query' containment reference.- Returns:
- the value of the 'Query' containment reference.
- See Also:
- setQuery(QuerySchemaNestedQuery),- QlPackage.getInExpression_Query()
 
 - 
setQueryvoid setQuery(QuerySchemaNestedQuery value) Sets the value of the 'Query' containment reference.- Parameters:
- value- the new value of the 'Query' containment reference.
- See Also:
- getQuery()
 
 
- 
 
-