Uses of Class
com._1c.g5.v8.dt.metadata.common.AccumulationRegisterAggregatePeriodicity
-
-
Uses of AccumulationRegisterAggregatePeriodicity in com._1c.g5.v8.dt.aggregates.model
Methods in com._1c.g5.v8.dt.aggregates.model that return AccumulationRegisterAggregatePeriodicity Modifier and Type Method Description AccumulationRegisterAggregatePeriodicityAccumulationRegisterAggregate. getPeriodicity()Returns the value of the 'Periodicity' attribute.Methods in com._1c.g5.v8.dt.aggregates.model with parameters of type AccumulationRegisterAggregatePeriodicity Modifier and Type Method Description voidAccumulationRegisterAggregate. 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 AccumulationRegisterAggregatePeriodicity Modifier and Type Method Description AccumulationRegisterAggregatePeriodicityAccumulationRegisterAggregateImpl. getPeriodicity()Methods in com._1c.g5.v8.dt.aggregates.model.impl with parameters of type AccumulationRegisterAggregatePeriodicity Modifier and Type Method Description voidAccumulationRegisterAggregateImpl. 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 AccumulationRegisterAggregatePeriodicity Modifier and Type Method Description AccumulationRegisterAggregatePeriodicityAggregateTableItemViewModel. getPeriodicity()Returns the value of the 'Periodicity' attribute.Methods in com._1c.g5.v8.dt.aggregates.ui.viewmodel with parameters of type AccumulationRegisterAggregatePeriodicity Modifier and Type Method Description voidAggregateTableItemViewModel. 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 AccumulationRegisterAggregatePeriodicity Modifier and Type Field Description protected AccumulationRegisterAggregatePeriodicityAggregateTableItemViewModelImpl. periodicityThe cached value of the 'Periodicity' attribute.protected static AccumulationRegisterAggregatePeriodicityAggregateTableItemViewModelImpl. PERIODICITY_EDEFAULTThe default value of the 'Periodicity' attribute.Methods in com._1c.g5.v8.dt.aggregates.ui.viewmodel.impl that return AccumulationRegisterAggregatePeriodicity Modifier and Type Method Description AccumulationRegisterAggregatePeriodicityAggregateTableItemViewModelImpl. getPeriodicity()Methods in com._1c.g5.v8.dt.aggregates.ui.viewmodel.impl with parameters of type AccumulationRegisterAggregatePeriodicity Modifier and Type Method Description voidAggregateTableItemViewModelImpl. 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 AccumulationRegisterAggregatePeriodicity Modifier and Type Method Description AccumulationRegisterAggregatePeriodicityAccumulationRegisterAggregatePeriodicityInfo. createValue()Methods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type AccumulationRegisterAggregatePeriodicity Modifier and Type Method Description StringAccumulationRegisterAggregatePeriodicityInfo. getValueText(IV8Project v8project, String langCode, AccumulationRegisterAggregatePeriodicity value)booleanAccumulationRegisterAggregatePeriodicityInfo. isValuesEquals(AccumulationRegisterAggregatePeriodicity value1, AccumulationRegisterAggregatePeriodicity value2) -
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 AccumulationRegisterAggregatePeriodicity Modifier and Type Field Description static List<AccumulationRegisterAggregatePeriodicity>AccumulationRegisterAggregatePeriodicity. VALUESA public read-only list of all the 'Accumulation Register Aggregate Periodicity' enumerators.Methods in com._1c.g5.v8.dt.metadata.common that return AccumulationRegisterAggregatePeriodicity Modifier and Type Method Description static AccumulationRegisterAggregatePeriodicityAccumulationRegisterAggregatePeriodicity. get(int value)Returns the 'Accumulation Register Aggregate Periodicity' literal with the specified integer value.static AccumulationRegisterAggregatePeriodicityAccumulationRegisterAggregatePeriodicity. get(String literal)Returns the 'Accumulation Register Aggregate Periodicity' literal with the specified literal value.static AccumulationRegisterAggregatePeriodicityAccumulationRegisterAggregatePeriodicity. getByName(String name)Returns the 'Accumulation Register Aggregate Periodicity' literal with the specified name.static AccumulationRegisterAggregatePeriodicityAccumulationRegisterAggregatePeriodicity. valueOf(String name)Returns the enum constant of this type with the specified name.static AccumulationRegisterAggregatePeriodicity[]AccumulationRegisterAggregatePeriodicity. values()Returns an array containing the constants of this enum type, 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 AccumulationRegisterAggregatePeriodicity Modifier and Type Method Description AccumulationRegisterAggregatePeriodicityCommonFactoryImpl. createAccumulationRegisterAggregatePeriodicityFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
-