Uses of Class
com._1c.g5.v8.dt.metadata.mdclass.DocumentNumberPeriodicity
-
Packages that use DocumentNumberPeriodicity Package Description com._1c.g5.v8.dt.metadata.mdclass com._1c.g5.v8.dt.metadata.mdclass.impl com._1c.g5.v8.dt.metadata.mdclass.util -
-
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 DocumentNumberPeriodicity Modifier and Type Field Description static 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 DocumentNumberPeriodicity Modifier and Type Method Description static DocumentNumberPeriodicityDocumentNumberPeriodicity. get(int value)Returns the 'Document Number Periodicity' literal with the specified integer value.static DocumentNumberPeriodicityDocumentNumberPeriodicity. get(String literal)Returns the 'Document Number Periodicity' literal with the specified literal value.static DocumentNumberPeriodicityDocumentNumberPeriodicity. getByName(String name)Returns the 'Document Number Periodicity' literal with the specified name.DocumentNumberPeriodicityDocument. getNumberPeriodicity()Returns the value of the 'Number Periodicity' attribute.DocumentNumberPeriodicityDocumentNumerator. getNumberPeriodicity()Returns the value of the 'Number Periodicity' attribute.static DocumentNumberPeriodicityDocumentNumberPeriodicity. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentNumberPeriodicity[]DocumentNumberPeriodicity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type DocumentNumberPeriodicity Modifier and Type Method Description voidDocument. 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 DocumentNumberPeriodicity Modifier and Type Method Description DocumentNumberPeriodicityMdClassFactoryImpl. createDocumentNumberPeriodicityFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)DocumentNumberPeriodicityDocumentImpl. getNumberPeriodicity()DocumentNumberPeriodicityDocumentNumeratorImpl. getNumberPeriodicity()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type DocumentNumberPeriodicity Modifier and Type Method Description voidDocumentImpl. 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 DocumentNumberPeriodicity Modifier and Type Method Description booleanMdClassValidator. validateDocumentNumberPeriodicity(DocumentNumberPeriodicity documentNumberPeriodicity, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-