Uses of Enum Class
com._1c.g5.v8.dt.metadata.mdclass.CalculationRegisterPeriodicity
Packages that use CalculationRegisterPeriodicity
Package
Description
-
Uses of CalculationRegisterPeriodicity in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type CalculationRegisterPeriodicityModifier and TypeFieldDescriptionstatic final List<CalculationRegisterPeriodicity>
CalculationRegisterPeriodicity.VALUES
A public read-only list of all the 'Calculation Register Periodicity' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return CalculationRegisterPeriodicityModifier and TypeMethodDescriptionCalculationRegisterPeriodicity.get
(int value) Returns the 'Calculation Register Periodicity' literal with the specified integer value.Returns the 'Calculation Register Periodicity' literal with the specified literal value.Returns the 'Calculation Register Periodicity' literal with the specified name.CalculationRegister.getPeriodicity()
Returns the value of the 'Periodicity' attribute.Returns the enum constant of this class with the specified name.static CalculationRegisterPeriodicity[]
CalculationRegisterPeriodicity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type CalculationRegisterPeriodicityModifier and TypeMethodDescriptionvoid
CalculationRegister.setPeriodicity
(CalculationRegisterPeriodicity value) Sets the value of the 'Periodicity
' attribute. -
Uses of CalculationRegisterPeriodicity in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return CalculationRegisterPeriodicityModifier and TypeMethodDescriptionMdClassFactoryImpl.createCalculationRegisterPeriodicityFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) CalculationRegisterImpl.getPeriodicity()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type CalculationRegisterPeriodicityModifier and TypeMethodDescriptionvoid
CalculationRegisterImpl.setPeriodicity
(CalculationRegisterPeriodicity newPeriodicity) -
Uses of CalculationRegisterPeriodicity in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type CalculationRegisterPeriodicityModifier and TypeMethodDescriptionboolean
MdClassValidator.validateCalculationRegisterPeriodicity
(CalculationRegisterPeriodicity calculationRegisterPeriodicity, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)