Uses of Enum Class
com._1c.g5.v8.dt.metadata.mdclass.MoveBoundaryOnPosting
Packages that use MoveBoundaryOnPosting
Package
Description
-
Uses of MoveBoundaryOnPosting in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type MoveBoundaryOnPostingModifier and TypeFieldDescriptionstatic final List<MoveBoundaryOnPosting>
MoveBoundaryOnPosting.VALUES
A public read-only list of all the 'Move Boundary On Posting' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return MoveBoundaryOnPostingModifier and TypeMethodDescriptionstatic MoveBoundaryOnPosting
MoveBoundaryOnPosting.get
(int value) Returns the 'Move Boundary On Posting' literal with the specified integer value.static MoveBoundaryOnPosting
Returns the 'Move Boundary On Posting' literal with the specified literal value.static MoveBoundaryOnPosting
Returns the 'Move Boundary On Posting' literal with the specified name.Sequence.getMoveBoundaryOnPosting()
Returns the value of the 'Move Boundary On Posting' attribute.static MoveBoundaryOnPosting
Returns the enum constant of this class with the specified name.static MoveBoundaryOnPosting[]
MoveBoundaryOnPosting.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 MoveBoundaryOnPostingModifier and TypeMethodDescriptionvoid
Sequence.setMoveBoundaryOnPosting
(MoveBoundaryOnPosting value) Sets the value of the 'Move Boundary On Posting
' attribute. -
Uses of MoveBoundaryOnPosting in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return MoveBoundaryOnPostingModifier and TypeMethodDescriptionMdClassFactoryImpl.createMoveBoundaryOnPostingFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) SequenceImpl.getMoveBoundaryOnPosting()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type MoveBoundaryOnPostingModifier and TypeMethodDescriptionvoid
SequenceImpl.setMoveBoundaryOnPosting
(MoveBoundaryOnPosting newMoveBoundaryOnPosting) -
Uses of MoveBoundaryOnPosting in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type MoveBoundaryOnPostingModifier and TypeMethodDescriptionboolean
MdClassValidator.validateMoveBoundaryOnPosting
(MoveBoundaryOnPosting moveBoundaryOnPosting, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)