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.VALUES
A public read-only list of all the 'Sequence Filling' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return SequenceFillingModifier and TypeMethodDescriptionstatic SequenceFilling
SequenceFilling.get
(int value) Returns the 'Sequence Filling' literal with the specified integer value.static SequenceFilling
Returns the 'Sequence Filling' literal with the specified literal value.static SequenceFilling
Returns the 'Sequence Filling' literal with the specified name.Document.getSequenceFilling()
Returns the value of the 'Sequence Filling' attribute.static SequenceFilling
Returns 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 TypeMethodDescriptionvoid
Document.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 TypeMethodDescriptionvoid
DocumentImpl.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 TypeMethodDescriptionboolean
MdClassValidator.validateSequenceFilling
(SequenceFilling sequenceFilling, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)