Package com._1c.g5.v8.dt.ql.model
Interface BracketCommonExpression
- 
- All Superinterfaces:
- AbstractExpression,- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- BracketCommonExpressionImpl
 
 public interface BracketCommonExpression extends AbstractExpression A representation of the model object 'Bracket Common Expression'.The following features are supported: - See Also:
- QlPackage.getBracketCommonExpression()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractExpressiongetBracketPart()Returns the value of the 'Bracket Part' containment reference.ACommonExpressiongetCommonExpression()Returns the value of the 'Common Expression' containment reference.booleanisAllFields()Returns the value of the 'All Fields' attribute.voidsetAllFields(boolean value)Sets the value of the 'All Fields' attribute.voidsetBracketPart(AbstractExpression value)Sets the value of the 'Bracket Part' containment reference.voidsetCommonExpression(ACommonExpression value)Sets the value of the 'Common Expression' containment reference.
 
- 
- 
- 
Method Detail- 
getBracketPartAbstractExpression getBracketPart() Returns the value of the 'Bracket Part' containment reference.- Returns:
- the value of the 'Bracket Part' containment reference.
- See Also:
- setBracketPart(AbstractExpression),- QlPackage.getBracketCommonExpression_BracketPart()
 
 - 
setBracketPartvoid setBracketPart(AbstractExpression value) Sets the value of the 'Bracket Part' containment reference.- Parameters:
- value- the new value of the 'Bracket Part' containment reference.
- See Also:
- getBracketPart()
 
 - 
getCommonExpressionACommonExpression getCommonExpression() Returns the value of the 'Common Expression' containment reference.- Returns:
- the value of the 'Common Expression' containment reference.
- See Also:
- setCommonExpression(ACommonExpression),- QlPackage.getBracketCommonExpression_CommonExpression()
 
 - 
setCommonExpressionvoid setCommonExpression(ACommonExpression value) Sets the value of the 'Common Expression' containment reference.- Parameters:
- value- the new value of the 'Common Expression' containment reference.
- See Also:
- getCommonExpression()
 
 - 
isAllFieldsboolean isAllFields() Returns the value of the 'All Fields' attribute.- Returns:
- the value of the 'All Fields' attribute.
- See Also:
- setAllFields(boolean),- QlPackage.getBracketCommonExpression_AllFields()
 
 - 
setAllFieldsvoid setAllFields(boolean value) Sets the value of the 'All Fields' attribute.- Parameters:
- value- the new value of the 'All Fields' attribute.
- See Also:
- isAllFields()
 
 
- 
 
-