Uses of Enum Class
com._1c.g5.v8.dt.metadata.mdclass.DocumentNumberPeriodicity
Packages that use DocumentNumberPeriodicity
Package
Description
-
Uses of DocumentNumberPeriodicity in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type DocumentNumberPeriodicityModifier and TypeFieldDescriptionstatic final List<DocumentNumberPeriodicity>
DocumentNumberPeriodicity.VALUES
A public read-only list of all the 'Document Number Periodicity' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return DocumentNumberPeriodicityModifier and TypeMethodDescriptionstatic DocumentNumberPeriodicity
DocumentNumberPeriodicity.get
(int value) Returns the 'Document Number Periodicity' literal with the specified integer value.static DocumentNumberPeriodicity
Returns the 'Document Number Periodicity' literal with the specified literal value.static DocumentNumberPeriodicity
Returns the 'Document Number Periodicity' literal with the specified name.Document.getNumberPeriodicity()
Returns the value of the 'Number Periodicity' attribute.DocumentNumerator.getNumberPeriodicity()
Returns the value of the 'Number Periodicity' attribute.static DocumentNumberPeriodicity
Returns the enum constant of this class with the specified name.static DocumentNumberPeriodicity[]
DocumentNumberPeriodicity.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 DocumentNumberPeriodicityModifier and TypeMethodDescriptionvoid
Document.setNumberPeriodicity
(DocumentNumberPeriodicity value) Sets the value of the 'Number Periodicity
' attribute.void
DocumentNumerator.setNumberPeriodicity
(DocumentNumberPeriodicity value) Sets the value of the 'Number Periodicity
' attribute. -
Uses of DocumentNumberPeriodicity in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return DocumentNumberPeriodicityModifier and TypeMethodDescriptionMdClassFactoryImpl.createDocumentNumberPeriodicityFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) DocumentImpl.getNumberPeriodicity()
DocumentNumeratorImpl.getNumberPeriodicity()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type DocumentNumberPeriodicityModifier and TypeMethodDescriptionvoid
DocumentImpl.setNumberPeriodicity
(DocumentNumberPeriodicity newNumberPeriodicity) void
DocumentNumeratorImpl.setNumberPeriodicity
(DocumentNumberPeriodicity newNumberPeriodicity) -
Uses of DocumentNumberPeriodicity in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type DocumentNumberPeriodicityModifier and TypeMethodDescriptionboolean
MdClassValidator.validateDocumentNumberPeriodicity
(DocumentNumberPeriodicity documentNumberPeriodicity, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)