Interface Sequence
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,MdObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
SequenceImpl
public interface Sequence extends MdObject
A representation of the model object 'Sequence'.The following features are supported:
- See Also:
MdClassPackage.getSequence()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DefaultDataLockControlMode
getDataLockControlMode()
Returns the value of the 'Data Lock Control Mode' attribute.SequenceDbViewDefs
getDbViewDefs()
Returns the value of the 'Db View Defs' containment reference.org.eclipse.emf.common.util.EList<SequenceDimension>
getDimensions()
Returns the value of the 'Dimensions' containment reference list.org.eclipse.emf.common.util.EList<Document>
getDocuments()
Returns the value of the 'Documents' reference list.MoveBoundaryOnPosting
getMoveBoundaryOnPosting()
Returns the value of the 'Move Boundary On Posting' attribute.SequenceTypes
getProducedTypes()
Returns the value of the 'Produced Types' containment reference.Module
getRecordSetModule()
Returns the value of the 'Record Set Module' reference.org.eclipse.emf.common.util.EList<BasicRegister>
getRegisterRecords()
Returns the value of the 'Register Records' reference list.org.eclipse.emf.ecore.EObject
getSuppressObject()
Returns the value of the 'Suppress Object' reference.void
setDataLockControlMode(DefaultDataLockControlMode value)
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
setMoveBoundaryOnPosting(MoveBoundaryOnPosting value)
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
validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-
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
-
-
-
-
Method Detail
-
getProducedTypes
SequenceTypes getProducedTypes()
Returns the value of the 'Produced Types' containment reference.- Returns:
- the value of the 'Produced Types' containment reference.
- See Also:
setProducedTypes(SequenceTypes)
,MdClassPackage.getSequence_ProducedTypes()
-
setProducedTypes
void setProducedTypes(SequenceTypes value)
Sets the value of the 'Produced Types
' containment reference.- Parameters:
value
- the new value of the 'Produced Types' containment reference.- See Also:
getProducedTypes()
-
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(SequenceDbViewDefs)
,MdClassPackage.getSequence_DbViewDefs()
-
setDbViewDefs
void setDbViewDefs(SequenceDbViewDefs value)
Sets the value of the 'Db View Defs
' containment reference.- Parameters:
value
- the new value of the 'Db View Defs' containment reference.- See Also:
getDbViewDefs()
-
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:
MoveBoundaryOnPosting
,setMoveBoundaryOnPosting(MoveBoundaryOnPosting)
,MdClassPackage.getSequence_MoveBoundaryOnPosting()
-
setMoveBoundaryOnPosting
void setMoveBoundaryOnPosting(MoveBoundaryOnPosting value)
Sets the value of the 'Move Boundary On Posting
' attribute.- Parameters:
value
- the new value of the 'Move Boundary On Posting' attribute.- See Also:
MoveBoundaryOnPosting
,getMoveBoundaryOnPosting()
-
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:
MdClassPackage.getSequence_Documents()
-
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:
MdClassPackage.getSequence_RegisterRecords()
-
getRecordSetModule
Module getRecordSetModule()
Returns the value of the 'Record Set Module' reference.- Returns:
- the value of the 'Record Set Module' reference.
- See Also:
setRecordSetModule(com._1c.g5.v8.dt.bsl.model.Module)
,MdClassPackage.getSequence_RecordSetModule()
-
setRecordSetModule
void setRecordSetModule(Module value)
Sets the value of the 'Record Set Module
' reference.- Parameters:
value
- the new value of the 'Record Set Module' reference.- See Also:
getRecordSetModule()
-
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:
DefaultDataLockControlMode
,setDataLockControlMode(DefaultDataLockControlMode)
,MdClassPackage.getSequence_DataLockControlMode()
-
setDataLockControlMode
void setDataLockControlMode(DefaultDataLockControlMode value)
Sets the value of the 'Data Lock Control Mode
' attribute.- Parameters:
value
- the new value of the 'Data Lock Control Mode' attribute.- See Also:
DefaultDataLockControlMode
,getDataLockControlMode()
-
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:
MdClassPackage.getSequence_Dimensions()
-
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(EObject)
,MdClassPackage.getSequence_SuppressObject()
-
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:
getSuppressObject()
-
-