Uses of Class
com._1c.g5.v8.dt.metadata.mdclass.MoveBoundaryOnPosting
-
Packages that use MoveBoundaryOnPosting 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 MoveBoundaryOnPosting in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type MoveBoundaryOnPosting Modifier and Type Field Description static 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 MoveBoundaryOnPosting Modifier and Type Method Description static MoveBoundaryOnPosting
MoveBoundaryOnPosting. get(int value)
Returns the 'Move Boundary On Posting' literal with the specified integer value.static MoveBoundaryOnPosting
MoveBoundaryOnPosting. get(String literal)
Returns the 'Move Boundary On Posting' literal with the specified literal value.static MoveBoundaryOnPosting
MoveBoundaryOnPosting. getByName(String name)
Returns the 'Move Boundary On Posting' literal with the specified name.MoveBoundaryOnPosting
Sequence. getMoveBoundaryOnPosting()
Returns the value of the 'Move Boundary On Posting' attribute.static MoveBoundaryOnPosting
MoveBoundaryOnPosting. valueOf(String name)
Returns the enum constant of this type with the specified name.static MoveBoundaryOnPosting[]
MoveBoundaryOnPosting. 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 MoveBoundaryOnPosting Modifier and Type Method Description void
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 MoveBoundaryOnPosting Modifier and Type Method Description MoveBoundaryOnPosting
MdClassFactoryImpl. createMoveBoundaryOnPostingFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
MoveBoundaryOnPosting
SequenceImpl. getMoveBoundaryOnPosting()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type MoveBoundaryOnPosting Modifier and Type Method Description void
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 MoveBoundaryOnPosting Modifier and Type Method Description boolean
MdClassValidator. validateMoveBoundaryOnPosting(MoveBoundaryOnPosting moveBoundaryOnPosting, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-