Package com._1c.g5.v8.dt.ql.model
Interface QuerySchemaTotalControlPoint
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
QuerySchemaTotalControlPointImpl
public interface QuerySchemaTotalControlPoint extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Query Schema Total Control Point'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getColumnName()
Returns the value of the 'Column Name' attribute.QuerySchemaControlPointType
getControlPointType()
Returns the value of the 'Control Point Type' attribute.QuerySchemaExpression
getExpression()
Returns the value of the 'Expression' containment reference.QuerySchemaExpression
getPeriodAdditionBegin()
Returns the value of the 'Period Addition Begin' containment reference.QuerySchemaExpression
getPeriodAdditionEnd()
Returns the value of the 'Period Addition End' containment reference.QuerySchemaPeriodAdditionType
getPeriodAdditionType()
Returns the value of the 'Period Addition Type' attribute.boolean
isComputeColumnName()
Returns the value of the 'Compute Column Name' attribute.boolean
isHierarchy()
Returns the value of the 'Hierarchy' attribute.boolean
isOnly()
Returns the value of the 'Only' attribute.boolean
isPeriods()
Returns the value of the 'Periods' attribute.void
setColumnName(String value)
Sets the value of the 'Column Name
' attribute.void
setComputeColumnName(boolean value)
Sets the value of the 'Compute Column Name
' attribute.void
setExpression(QuerySchemaExpression value)
Sets the value of the 'Expression
' containment reference.void
setHierarchy(boolean value)
Sets the value of the 'Hierarchy
' attribute.void
setOnly(boolean value)
Sets the value of the 'Only
' attribute.void
setPeriodAdditionBegin(QuerySchemaExpression value)
Sets the value of the 'Period Addition Begin
' containment reference.void
setPeriodAdditionEnd(QuerySchemaExpression value)
Sets the value of the 'Period Addition End
' containment reference.void
setPeriodAdditionType(QuerySchemaPeriodAdditionType value)
Sets the value of the 'Period Addition Type
' attribute.void
setPeriods(boolean value)
Sets the value of the 'Periods
' attribute.
-
-
-
Method Detail
-
isOnly
boolean isOnly()
Returns the value of the 'Only' attribute.- Returns:
- the value of the 'Only' attribute.
- See Also:
setOnly(boolean)
,QlPackage.getQuerySchemaTotalControlPoint_Only()
-
setOnly
void setOnly(boolean value)
Sets the value of the 'Only
' attribute.- Parameters:
value
- the new value of the 'Only' attribute.- See Also:
isOnly()
-
isHierarchy
boolean isHierarchy()
Returns the value of the 'Hierarchy' attribute.- Returns:
- the value of the 'Hierarchy' attribute.
- See Also:
setHierarchy(boolean)
,QlPackage.getQuerySchemaTotalControlPoint_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()
-
isPeriods
boolean isPeriods()
Returns the value of the 'Periods' attribute.- Returns:
- the value of the 'Periods' attribute.
- See Also:
setPeriods(boolean)
,QlPackage.getQuerySchemaTotalControlPoint_Periods()
-
setPeriods
void setPeriods(boolean value)
Sets the value of the 'Periods
' attribute.- Parameters:
value
- the new value of the 'Periods' attribute.- See Also:
isPeriods()
-
getExpression
QuerySchemaExpression getExpression()
Returns the value of the 'Expression' containment reference.- Returns:
- the value of the 'Expression' containment reference.
- See Also:
setExpression(QuerySchemaExpression)
,QlPackage.getQuerySchemaTotalControlPoint_Expression()
-
setExpression
void setExpression(QuerySchemaExpression value)
Sets the value of the 'Expression
' containment reference.- Parameters:
value
- the new value of the 'Expression' containment reference.- See Also:
getExpression()
-
getControlPointType
QuerySchemaControlPointType getControlPointType()
Returns the value of the 'Control Point Type' attribute. The literals are from the enumerationQuerySchemaControlPointType
.- Returns:
- the value of the 'Control Point Type' attribute.
- See Also:
QuerySchemaControlPointType
,QlPackage.getQuerySchemaTotalControlPoint_ControlPointType()
-
isComputeColumnName
boolean isComputeColumnName()
Returns the value of the 'Compute Column Name' attribute.- Returns:
- the value of the 'Compute Column Name' attribute.
- See Also:
setComputeColumnName(boolean)
,QlPackage.getQuerySchemaTotalControlPoint_ComputeColumnName()
-
setComputeColumnName
void setComputeColumnName(boolean value)
Sets the value of the 'Compute Column Name
' attribute.- Parameters:
value
- the new value of the 'Compute Column Name' attribute.- See Also:
isComputeColumnName()
-
getColumnName
String getColumnName()
Returns the value of the 'Column Name' attribute.- Returns:
- the value of the 'Column Name' attribute.
- See Also:
setColumnName(String)
,QlPackage.getQuerySchemaTotalControlPoint_ColumnName()
-
setColumnName
void setColumnName(String value)
Sets the value of the 'Column Name
' attribute.- Parameters:
value
- the new value of the 'Column Name' attribute.- See Also:
getColumnName()
-
getPeriodAdditionType
QuerySchemaPeriodAdditionType getPeriodAdditionType()
Returns the value of the 'Period Addition Type' attribute. The literals are from the enumerationQuerySchemaPeriodAdditionType
.- Returns:
- the value of the 'Period Addition Type' attribute.
- See Also:
QuerySchemaPeriodAdditionType
,setPeriodAdditionType(QuerySchemaPeriodAdditionType)
,QlPackage.getQuerySchemaTotalControlPoint_PeriodAdditionType()
-
setPeriodAdditionType
void setPeriodAdditionType(QuerySchemaPeriodAdditionType value)
Sets the value of the 'Period Addition Type
' attribute.- Parameters:
value
- the new value of the 'Period Addition Type' attribute.- See Also:
QuerySchemaPeriodAdditionType
,getPeriodAdditionType()
-
getPeriodAdditionBegin
QuerySchemaExpression getPeriodAdditionBegin()
Returns the value of the 'Period Addition Begin' containment reference.- Returns:
- the value of the 'Period Addition Begin' containment reference.
- See Also:
setPeriodAdditionBegin(QuerySchemaExpression)
,QlPackage.getQuerySchemaTotalControlPoint_PeriodAdditionBegin()
-
setPeriodAdditionBegin
void setPeriodAdditionBegin(QuerySchemaExpression value)
Sets the value of the 'Period Addition Begin
' containment reference.- Parameters:
value
- the new value of the 'Period Addition Begin' containment reference.- See Also:
getPeriodAdditionBegin()
-
getPeriodAdditionEnd
QuerySchemaExpression getPeriodAdditionEnd()
Returns the value of the 'Period Addition End' containment reference.- Returns:
- the value of the 'Period Addition End' containment reference.
- See Also:
setPeriodAdditionEnd(QuerySchemaExpression)
,QlPackage.getQuerySchemaTotalControlPoint_PeriodAdditionEnd()
-
setPeriodAdditionEnd
void setPeriodAdditionEnd(QuerySchemaExpression value)
Sets the value of the 'Period Addition End
' containment reference.- Parameters:
value
- the new value of the 'Period Addition End' containment reference.- See Also:
getPeriodAdditionEnd()
-
-