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.VALUESA 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 DocumentNumberPeriodicityDocumentNumberPeriodicity.get(int value) Returns the 'Document Number Periodicity' literal with the specified integer value.static DocumentNumberPeriodicityReturns the 'Document Number Periodicity' literal with the specified literal value.static DocumentNumberPeriodicityReturns 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 DocumentNumberPeriodicityReturns 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 TypeMethodDescriptionvoidDocument.setNumberPeriodicity(DocumentNumberPeriodicity value) Sets the value of the 'Number Periodicity' attribute.voidDocumentNumerator.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 TypeMethodDescriptionvoidDocumentImpl.setNumberPeriodicity(DocumentNumberPeriodicity newNumberPeriodicity) voidDocumentNumeratorImpl.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 TypeMethodDescriptionbooleanMdClassValidator.validateDocumentNumberPeriodicity(DocumentNumberPeriodicity documentNumberPeriodicity, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)