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 AccumulationRegisterAggregatePeriodicity
AccumulationRegisterAggregate. 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 void
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 AccumulationRegisterAggregatePeriodicity Modifier and Type Method Description AccumulationRegisterAggregatePeriodicity
AccumulationRegisterAggregateImpl. getPeriodicity()
Methods in com._1c.g5.v8.dt.aggregates.model.impl with parameters of type AccumulationRegisterAggregatePeriodicity Modifier and Type Method Description void
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 AccumulationRegisterAggregatePeriodicity Modifier and Type Method Description AccumulationRegisterAggregatePeriodicity
AggregateTableItemViewModel. 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 void
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 AccumulationRegisterAggregatePeriodicity Modifier and Type Field Description protected AccumulationRegisterAggregatePeriodicity
AggregateTableItemViewModelImpl. periodicity
The cached value of the 'Periodicity
' attribute.protected static AccumulationRegisterAggregatePeriodicity
AggregateTableItemViewModelImpl. PERIODICITY_EDEFAULT
The 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 AccumulationRegisterAggregatePeriodicity
AggregateTableItemViewModelImpl. getPeriodicity()
Methods in com._1c.g5.v8.dt.aggregates.ui.viewmodel.impl with parameters of type AccumulationRegisterAggregatePeriodicity Modifier and Type Method Description void
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 AccumulationRegisterAggregatePeriodicity Modifier and Type Method Description AccumulationRegisterAggregatePeriodicity
AccumulationRegisterAggregatePeriodicityInfo. createValue()
Methods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type AccumulationRegisterAggregatePeriodicity Modifier and Type Method Description String
AccumulationRegisterAggregatePeriodicityInfo. getValueText(IV8Project v8project, String langCode, AccumulationRegisterAggregatePeriodicity value)
boolean
AccumulationRegisterAggregatePeriodicityInfo. 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. 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 AccumulationRegisterAggregatePeriodicity Modifier and Type Method Description static AccumulationRegisterAggregatePeriodicity
AccumulationRegisterAggregatePeriodicity. get(int value)
Returns the 'Accumulation Register Aggregate Periodicity' literal with the specified integer value.static AccumulationRegisterAggregatePeriodicity
AccumulationRegisterAggregatePeriodicity. get(String literal)
Returns the 'Accumulation Register Aggregate Periodicity' literal with the specified literal value.static AccumulationRegisterAggregatePeriodicity
AccumulationRegisterAggregatePeriodicity. getByName(String name)
Returns the 'Accumulation Register Aggregate Periodicity' literal with the specified name.static AccumulationRegisterAggregatePeriodicity
AccumulationRegisterAggregatePeriodicity. 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 AccumulationRegisterAggregatePeriodicity
CommonFactoryImpl. createAccumulationRegisterAggregatePeriodicityFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
-