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.VALUESA 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 MoveBoundaryOnPostingMoveBoundaryOnPosting.get(int value) Returns the 'Move Boundary On Posting' literal with the specified integer value.static MoveBoundaryOnPostingReturns the 'Move Boundary On Posting' literal with the specified literal value.static MoveBoundaryOnPostingReturns the 'Move Boundary On Posting' literal with the specified name.Sequence.getMoveBoundaryOnPosting()Returns the value of the 'Move Boundary On Posting' attribute.static MoveBoundaryOnPostingReturns 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 TypeMethodDescriptionvoidSequence.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 TypeMethodDescriptionvoidSequenceImpl.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 TypeMethodDescriptionbooleanMdClassValidator.validateMoveBoundaryOnPosting(MoveBoundaryOnPosting moveBoundaryOnPosting, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)