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 Summary
All 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
-
getBracketPart
AbstractExpression 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()
-
setBracketPart
void 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()
-
getCommonExpression
ACommonExpression 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()
-
setCommonExpression
void 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()
-
isAllFields
boolean isAllFields()
Returns the value of the 'All Fields' attribute.- Returns:
- the value of the 'All Fields' attribute.
- See Also:
setAllFields(boolean),QlPackage.getBracketCommonExpression_AllFields()
-
setAllFields
void setAllFields(boolean value)
Sets the value of the 'All Fields' attribute.- Parameters:
value- the new value of the 'All Fields' attribute.- See Also:
isAllFields()
-
-