Interface Sequence
- All Superinterfaces:
AdditionalIndexesContainer
,org.eclipse.emf.ecore.EObject
,MdObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
SequenceImpl
A representation of the model object 'Sequence'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Data Lock Control Mode' attribute.Returns the value of the 'Db View Defs' containment reference.org.eclipse.emf.common.util.EList<SequenceDimension>
Returns the value of the 'Dimensions' containment reference list.org.eclipse.emf.common.util.EList<Document>
Returns the value of the 'Documents' reference list.Returns the value of the 'Move Boundary On Posting' attribute.Returns the value of the 'Produced Types' containment reference.Returns the value of the 'Record Set Module' reference.org.eclipse.emf.common.util.EList<BasicRegister>
Returns the value of the 'Register Records' reference list.org.eclipse.emf.ecore.EObject
Returns the value of the 'Suppress Object' reference.void
Sets the value of the 'Data Lock Control Mode
' attribute.void
setDbViewDefs
(SequenceDbViewDefs value) Sets the value of the 'Db View Defs
' containment reference.void
Sets the value of the 'Move Boundary On Posting
' attribute.void
setProducedTypes
(SequenceTypes value) Sets the value of the 'Produced Types
' containment reference.void
setRecordSetModule
(Module value) Sets the value of the 'Record Set Module
' reference.void
setSuppressObject
(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Suppress Object
' reference.boolean
Methods inherited from interface com._1c.g5.v8.dt.metadata.externalProperties.AdditionalIndexesContainer
getAdditionalIndexes, setAdditionalIndexes
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getProducedTypes
SequenceTypes getProducedTypes()Returns the value of the 'Produced Types' containment reference.- Returns:
- the value of the 'Produced Types' containment reference.
- See Also:
-
setProducedTypes
Sets the value of the 'Produced Types
' containment reference.- Parameters:
value
- the new value of the 'Produced Types' containment reference.- See Also:
-
getDbViewDefs
SequenceDbViewDefs getDbViewDefs()Returns the value of the 'Db View Defs' containment reference.- Returns:
- the value of the 'Db View Defs' containment reference.
- See Also:
-
setDbViewDefs
Sets the value of the 'Db View Defs
' containment reference.- Parameters:
value
- the new value of the 'Db View Defs' containment reference.- See Also:
-
getMoveBoundaryOnPosting
MoveBoundaryOnPosting getMoveBoundaryOnPosting()Returns the value of the 'Move Boundary On Posting' attribute. The literals are from the enumerationMoveBoundaryOnPosting
.- Returns:
- the value of the 'Move Boundary On Posting' attribute.
- See Also:
-
setMoveBoundaryOnPosting
Sets the value of the 'Move Boundary On Posting
' attribute.- Parameters:
value
- the new value of the 'Move Boundary On Posting' attribute.- See Also:
-
getDocuments
org.eclipse.emf.common.util.EList<Document> getDocuments()Returns the value of the 'Documents' reference list. The list contents are of typeDocument
.- Returns:
- the value of the 'Documents' reference list.
- See Also:
-
getRegisterRecords
org.eclipse.emf.common.util.EList<BasicRegister> getRegisterRecords()Returns the value of the 'Register Records' reference list. The list contents are of typeBasicRegister
.- Returns:
- the value of the 'Register Records' reference list.
- See Also:
-
getRecordSetModule
Module getRecordSetModule()Returns the value of the 'Record Set Module' reference.- Returns:
- the value of the 'Record Set Module' reference.
- See Also:
-
setRecordSetModule
Sets the value of the 'Record Set Module
' reference.- Parameters:
value
- the new value of the 'Record Set Module' reference.- See Also:
-
getDataLockControlMode
DefaultDataLockControlMode getDataLockControlMode()Returns the value of the 'Data Lock Control Mode' attribute. The literals are from the enumerationDefaultDataLockControlMode
.- Returns:
- the value of the 'Data Lock Control Mode' attribute.
- See Also:
-
setDataLockControlMode
Sets the value of the 'Data Lock Control Mode
' attribute.- Parameters:
value
- the new value of the 'Data Lock Control Mode' attribute.- See Also:
-
getDimensions
org.eclipse.emf.common.util.EList<SequenceDimension> getDimensions()Returns the value of the 'Dimensions' containment reference list. The list contents are of typeSequenceDimension
.- Returns:
- the value of the 'Dimensions' containment reference list.
- See Also:
-
getSuppressObject
org.eclipse.emf.ecore.EObject getSuppressObject()Returns the value of the 'Suppress Object' reference.- Returns:
- the value of the 'Suppress Object' reference.
- See Also:
-
setSuppressObject
void setSuppressObject(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Suppress Object
' reference.- Parameters:
value
- the new value of the 'Suppress Object' reference.- See Also:
-
validate
boolean validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)
-