Uses of Enum Class
com._1c.g5.v8.dt.metadata.common.AccumulationRegisterAggregateUse
Packages that use AccumulationRegisterAggregateUse
Package
Description
-
Uses of AccumulationRegisterAggregateUse in com._1c.g5.v8.dt.aggregates.model
Methods in com._1c.g5.v8.dt.aggregates.model that return AccumulationRegisterAggregateUseModifier and TypeMethodDescriptionAccumulationRegisterAggregate.getUse()
Returns the value of the 'Use' attribute.Methods in com._1c.g5.v8.dt.aggregates.model with parameters of type AccumulationRegisterAggregateUseModifier and TypeMethodDescriptionvoid
AccumulationRegisterAggregate.setUse
(AccumulationRegisterAggregateUse value) Sets the value of the 'Use
' attribute. -
Uses of AccumulationRegisterAggregateUse in com._1c.g5.v8.dt.aggregates.model.impl
Methods in com._1c.g5.v8.dt.aggregates.model.impl that return AccumulationRegisterAggregateUseMethods in com._1c.g5.v8.dt.aggregates.model.impl with parameters of type AccumulationRegisterAggregateUseModifier and TypeMethodDescriptionvoid
AccumulationRegisterAggregateImpl.setUse
(AccumulationRegisterAggregateUse newUse) -
Uses of AccumulationRegisterAggregateUse in com._1c.g5.v8.dt.aggregates.ui.viewmodel
Methods in com._1c.g5.v8.dt.aggregates.ui.viewmodel that return AccumulationRegisterAggregateUseModifier and TypeMethodDescriptionAggregateTableItemViewModel.getUse()
Returns the value of the 'Use' attribute.Methods in com._1c.g5.v8.dt.aggregates.ui.viewmodel with parameters of type AccumulationRegisterAggregateUseModifier and TypeMethodDescriptionvoid
AggregateTableItemViewModel.setUse
(AccumulationRegisterAggregateUse value) Sets the value of the 'Use
' attribute. -
Uses of AccumulationRegisterAggregateUse in com._1c.g5.v8.dt.aggregates.ui.viewmodel.impl
Fields in com._1c.g5.v8.dt.aggregates.ui.viewmodel.impl declared as AccumulationRegisterAggregateUseModifier and TypeFieldDescriptionprotected AccumulationRegisterAggregateUse
AggregateTableItemViewModelImpl.use
The cached value of the 'Use
' attribute.protected static final AccumulationRegisterAggregateUse
AggregateTableItemViewModelImpl.USE_EDEFAULT
The default value of the 'Use
' attribute.Methods in com._1c.g5.v8.dt.aggregates.ui.viewmodel.impl that return AccumulationRegisterAggregateUseMethods in com._1c.g5.v8.dt.aggregates.ui.viewmodel.impl with parameters of type AccumulationRegisterAggregateUseModifier and TypeMethodDescriptionvoid
AggregateTableItemViewModelImpl.setUse
(AccumulationRegisterAggregateUse newUse) -
Uses of AccumulationRegisterAggregateUse in com._1c.g5.v8.dt.dcs.typedvalue
Methods in com._1c.g5.v8.dt.dcs.typedvalue that return AccumulationRegisterAggregateUseMethods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type AccumulationRegisterAggregateUseModifier and TypeMethodDescriptionAccumulationRegisterAggregateUseInfo.getValueText
(IV8Project v8project, String langCode, AccumulationRegisterAggregateUse value) boolean
AccumulationRegisterAggregateUseInfo.isValuesEquals
(AccumulationRegisterAggregateUse value1, AccumulationRegisterAggregateUse value2) -
Uses of AccumulationRegisterAggregateUse in com._1c.g5.v8.dt.internal.aggregates.ui.aef
Methods in com._1c.g5.v8.dt.internal.aggregates.ui.aef with parameters of type AccumulationRegisterAggregateUseModifier and TypeMethodDescriptionvoid
AggregatesModel.setAggregateProperties
(int index, AccumulationRegisterAggregateUse use, AccumulationRegisterAggregatePeriodicity periodicity, List<String> dimensionNames) void
IAggregatesModel.setAggregateProperties
(int index, AccumulationRegisterAggregateUse use, AccumulationRegisterAggregatePeriodicity periodicity, List<String> dimensionNames) Change properties of aggregate in given index -
Uses of AccumulationRegisterAggregateUse in com._1c.g5.v8.dt.metadata.common
Fields in com._1c.g5.v8.dt.metadata.common with type parameters of type AccumulationRegisterAggregateUseModifier and TypeFieldDescriptionstatic final List<AccumulationRegisterAggregateUse>
AccumulationRegisterAggregateUse.VALUES
A public read-only list of all the 'Accumulation Register Aggregate Use' enumerators.Methods in com._1c.g5.v8.dt.metadata.common that return AccumulationRegisterAggregateUseModifier and TypeMethodDescriptionAccumulationRegisterAggregateUse.get
(int value) Returns the 'Accumulation Register Aggregate Use' literal with the specified integer value.Returns the 'Accumulation Register Aggregate Use' literal with the specified literal value.Returns the 'Accumulation Register Aggregate Use' literal with the specified name.Returns the enum constant of this class with the specified name.static AccumulationRegisterAggregateUse[]
AccumulationRegisterAggregateUse.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AccumulationRegisterAggregateUse in com._1c.g5.v8.dt.metadata.common.impl
Methods in com._1c.g5.v8.dt.metadata.common.impl that return AccumulationRegisterAggregateUseModifier and TypeMethodDescriptionCommonFactoryImpl.createAccumulationRegisterAggregateUseFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)