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 SummaryModifier and TypeMethodDescriptionReturns the value of the 'Column Name' attribute.Returns the value of the 'Control Point Type' attribute.Returns the value of the 'Expression' containment reference.Returns the value of the 'Period Addition Begin' containment reference.Returns the value of the 'Period Addition End' containment reference.Returns the value of the 'Period Addition Type' attribute.booleanReturns the value of the 'Compute Column Name' attribute.booleanReturns the value of the 'Hierarchy' attribute.booleanisOnly()Returns the value of the 'Only' attribute.booleanReturns the value of the 'Periods' attribute.voidsetColumnName(String value) Sets the value of the 'Column Name' attribute.voidsetComputeColumnName(boolean value) Sets the value of the 'Compute Column Name' attribute.voidSets the value of the 'Expression' containment reference.voidsetHierarchy(boolean value) Sets the value of the 'Hierarchy' attribute.voidsetOnly(boolean value) Sets the value of the 'Only' attribute.voidSets the value of the 'Period Addition Begin' containment reference.voidSets the value of the 'Period Addition End' containment reference.voidSets the value of the 'Period Addition Type' attribute.voidsetPeriods(boolean value) Sets the value of the 'Periods' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
isOnlyboolean isOnly()Returns the value of the 'Only' attribute.- Returns:
- the value of the 'Only' attribute.
- See Also:
 
- 
setOnlyvoid setOnly(boolean value) Sets the value of the 'Only' attribute.- Parameters:
- value- the new value of the 'Only' attribute.
- See Also:
 
- 
isHierarchyboolean isHierarchy()Returns the value of the 'Hierarchy' attribute.- Returns:
- the value of the 'Hierarchy' attribute.
- See Also:
 
- 
setHierarchyvoid setHierarchy(boolean value) Sets the value of the 'Hierarchy' attribute.- Parameters:
- value- the new value of the 'Hierarchy' attribute.
- See Also:
 
- 
isPeriodsboolean isPeriods()Returns the value of the 'Periods' attribute.- Returns:
- the value of the 'Periods' attribute.
- See Also:
 
- 
setPeriodsvoid setPeriods(boolean value) Sets the value of the 'Periods' attribute.- Parameters:
- value- the new value of the 'Periods' attribute.
- See Also:
 
- 
getExpressionQuerySchemaExpression getExpression()Returns the value of the 'Expression' containment reference.- Returns:
- the value of the 'Expression' containment reference.
- See Also:
 
- 
setExpressionSets the value of the 'Expression' containment reference.- Parameters:
- value- the new value of the 'Expression' containment reference.
- See Also:
 
- 
getControlPointTypeQuerySchemaControlPointType 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:
 
- 
isComputeColumnNameboolean isComputeColumnName()Returns the value of the 'Compute Column Name' attribute.- Returns:
- the value of the 'Compute Column Name' attribute.
- See Also:
 
- 
setComputeColumnNamevoid 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:
 
- 
getColumnNameString getColumnName()Returns the value of the 'Column Name' attribute.- Returns:
- the value of the 'Column Name' attribute.
- See Also:
 
- 
setColumnNameSets the value of the 'Column Name' attribute.- Parameters:
- value- the new value of the 'Column Name' attribute.
- See Also:
 
- 
getPeriodAdditionTypeQuerySchemaPeriodAdditionType 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:
 
- 
setPeriodAdditionTypeSets the value of the 'Period Addition Type' attribute.- Parameters:
- value- the new value of the 'Period Addition Type' attribute.
- See Also:
 
- 
getPeriodAdditionBeginQuerySchemaExpression getPeriodAdditionBegin()Returns the value of the 'Period Addition Begin' containment reference.- Returns:
- the value of the 'Period Addition Begin' containment reference.
- See Also:
 
- 
setPeriodAdditionBeginSets the value of the 'Period Addition Begin' containment reference.- Parameters:
- value- the new value of the 'Period Addition Begin' containment reference.
- See Also:
 
- 
getPeriodAdditionEndQuerySchemaExpression getPeriodAdditionEnd()Returns the value of the 'Period Addition End' containment reference.- Returns:
- the value of the 'Period Addition End' containment reference.
- See Also:
 
- 
setPeriodAdditionEndSets the value of the 'Period Addition End' containment reference.- Parameters:
- value- the new value of the 'Period Addition End' containment reference.
- See Also:
 
 
-