Uses of Enum Class
com._1c.g5.v8.dt.metadata.mdclass.SequenceFilling
Packages that use SequenceFilling
Package
Description
-
Uses of SequenceFilling in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type SequenceFillingModifier and TypeFieldDescriptionstatic final List<SequenceFilling>SequenceFilling.VALUESA public read-only list of all the 'Sequence Filling' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return SequenceFillingModifier and TypeMethodDescriptionstatic SequenceFillingSequenceFilling.get(int value) Returns the 'Sequence Filling' literal with the specified integer value.static SequenceFillingReturns the 'Sequence Filling' literal with the specified literal value.static SequenceFillingReturns the 'Sequence Filling' literal with the specified name.Document.getSequenceFilling()Returns the value of the 'Sequence Filling' attribute.static SequenceFillingReturns the enum constant of this class with the specified name.static SequenceFilling[]SequenceFilling.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 SequenceFillingModifier and TypeMethodDescriptionvoidDocument.setSequenceFilling(SequenceFilling value) Sets the value of the 'Sequence Filling' attribute. -
Uses of SequenceFilling in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return SequenceFillingModifier and TypeMethodDescriptionMdClassFactoryImpl.createSequenceFillingFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) DocumentImpl.getSequenceFilling()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type SequenceFillingModifier and TypeMethodDescriptionvoidDocumentImpl.setSequenceFilling(SequenceFilling newSequenceFilling) -
Uses of SequenceFilling in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type SequenceFillingModifier and TypeMethodDescriptionbooleanMdClassValidator.validateSequenceFilling(SequenceFilling sequenceFilling, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)