Uses of Enum Class
com._1c.g5.v8.dt.metadata.common.AccumulationRegisterAggregatePeriodicity
Packages that use AccumulationRegisterAggregatePeriodicity
Package
Description
-
Uses of AccumulationRegisterAggregatePeriodicity in com._1c.g5.v8.dt.aggregates.model
Methods in com._1c.g5.v8.dt.aggregates.model that return AccumulationRegisterAggregatePeriodicityModifier and TypeMethodDescriptionAccumulationRegisterAggregate.getPeriodicity()
Returns the value of the 'Periodicity' attribute.Methods in com._1c.g5.v8.dt.aggregates.model with parameters of type AccumulationRegisterAggregatePeriodicityModifier and TypeMethodDescriptionvoid
AccumulationRegisterAggregate.setPeriodicity
(AccumulationRegisterAggregatePeriodicity value) Sets the value of the 'Periodicity
' attribute. -
Uses of AccumulationRegisterAggregatePeriodicity in com._1c.g5.v8.dt.aggregates.model.impl
Methods in com._1c.g5.v8.dt.aggregates.model.impl that return AccumulationRegisterAggregatePeriodicityMethods in com._1c.g5.v8.dt.aggregates.model.impl with parameters of type AccumulationRegisterAggregatePeriodicityModifier and TypeMethodDescriptionvoid
AccumulationRegisterAggregateImpl.setPeriodicity
(AccumulationRegisterAggregatePeriodicity newPeriodicity) -
Uses of AccumulationRegisterAggregatePeriodicity in com._1c.g5.v8.dt.aggregates.ui.viewmodel
Methods in com._1c.g5.v8.dt.aggregates.ui.viewmodel that return AccumulationRegisterAggregatePeriodicityModifier and TypeMethodDescriptionAggregateTableItemViewModel.getPeriodicity()
Returns the value of the 'Periodicity' attribute.Methods in com._1c.g5.v8.dt.aggregates.ui.viewmodel with parameters of type AccumulationRegisterAggregatePeriodicityModifier and TypeMethodDescriptionvoid
AggregateTableItemViewModel.setPeriodicity
(AccumulationRegisterAggregatePeriodicity value) Sets the value of the 'Periodicity
' attribute. -
Uses of AccumulationRegisterAggregatePeriodicity in com._1c.g5.v8.dt.aggregates.ui.viewmodel.impl
Fields in com._1c.g5.v8.dt.aggregates.ui.viewmodel.impl declared as AccumulationRegisterAggregatePeriodicityModifier and TypeFieldDescriptionprotected AccumulationRegisterAggregatePeriodicity
AggregateTableItemViewModelImpl.periodicity
The cached value of the 'Periodicity
' attribute.protected static final AccumulationRegisterAggregatePeriodicity
AggregateTableItemViewModelImpl.PERIODICITY_EDEFAULT
The default value of the 'Periodicity
' attribute.Methods in com._1c.g5.v8.dt.aggregates.ui.viewmodel.impl that return AccumulationRegisterAggregatePeriodicityMethods in com._1c.g5.v8.dt.aggregates.ui.viewmodel.impl with parameters of type AccumulationRegisterAggregatePeriodicityModifier and TypeMethodDescriptionvoid
AggregateTableItemViewModelImpl.setPeriodicity
(AccumulationRegisterAggregatePeriodicity newPeriodicity) -
Uses of AccumulationRegisterAggregatePeriodicity in com._1c.g5.v8.dt.dcs.typedvalue
Methods in com._1c.g5.v8.dt.dcs.typedvalue that return AccumulationRegisterAggregatePeriodicityMethods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type AccumulationRegisterAggregatePeriodicityModifier and TypeMethodDescriptionAccumulationRegisterAggregatePeriodicityInfo.getValueText
(IV8Project v8project, String langCode, AccumulationRegisterAggregatePeriodicity value) boolean
AccumulationRegisterAggregatePeriodicityInfo.isValuesEquals
(AccumulationRegisterAggregatePeriodicity value1, AccumulationRegisterAggregatePeriodicity value2) -
Uses of AccumulationRegisterAggregatePeriodicity 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 AccumulationRegisterAggregatePeriodicityModifier 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 AccumulationRegisterAggregatePeriodicity in com._1c.g5.v8.dt.metadata.common
Fields in com._1c.g5.v8.dt.metadata.common with type parameters of type AccumulationRegisterAggregatePeriodicityModifier and TypeFieldDescriptionstatic final List<AccumulationRegisterAggregatePeriodicity>
AccumulationRegisterAggregatePeriodicity.VALUES
A public read-only list of all the 'Accumulation Register Aggregate Periodicity' enumerators.Methods in com._1c.g5.v8.dt.metadata.common that return AccumulationRegisterAggregatePeriodicityModifier and TypeMethodDescriptionAccumulationRegisterAggregatePeriodicity.get
(int value) Returns the 'Accumulation Register Aggregate Periodicity' literal with the specified integer value.Returns the 'Accumulation Register Aggregate Periodicity' literal with the specified literal value.Returns the 'Accumulation Register Aggregate Periodicity' literal with the specified name.Returns the enum constant of this class with the specified name.AccumulationRegisterAggregatePeriodicity.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AccumulationRegisterAggregatePeriodicity in com._1c.g5.v8.dt.metadata.common.impl
Methods in com._1c.g5.v8.dt.metadata.common.impl that return AccumulationRegisterAggregatePeriodicityModifier and TypeMethodDescriptionCommonFactoryImpl.createAccumulationRegisterAggregatePeriodicityFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)