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. VALUES
A 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 DocumentNumberPeriodicity
DocumentNumberPeriodicity. get(int value)
Returns the 'Document Number Periodicity' literal with the specified integer value.static DocumentNumberPeriodicity
DocumentNumberPeriodicity. get(String literal)
Returns the 'Document Number Periodicity' literal with the specified literal value.static DocumentNumberPeriodicity
DocumentNumberPeriodicity. getByName(String name)
Returns the 'Document Number Periodicity' literal with the specified name.DocumentNumberPeriodicity
Document. getNumberPeriodicity()
Returns the value of the 'Number Periodicity' attribute.DocumentNumberPeriodicity
DocumentNumerator. getNumberPeriodicity()
Returns the value of the 'Number Periodicity' attribute.static DocumentNumberPeriodicity
DocumentNumberPeriodicity. 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 void
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 DocumentNumberPeriodicity Modifier and Type Method Description DocumentNumberPeriodicity
MdClassFactoryImpl. createDocumentNumberPeriodicityFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
DocumentNumberPeriodicity
DocumentImpl. getNumberPeriodicity()
DocumentNumberPeriodicity
DocumentNumeratorImpl. getNumberPeriodicity()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type DocumentNumberPeriodicity Modifier and Type Method Description void
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 DocumentNumberPeriodicity Modifier and Type Method Description boolean
MdClassValidator. validateDocumentNumberPeriodicity(DocumentNumberPeriodicity documentNumberPeriodicity, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-