Interface Document
-
- All Superinterfaces:
BasicDbObject
,DataHistorySupport
,org.eclipse.emf.ecore.EObject
,FieldSource
,MdObject
,org.eclipse.emf.common.notify.Notifier
,StandardCommandSource
,SupportFilterCriterion
- All Known Implementing Classes:
DocumentImpl
public interface Document extends BasicDbObject, SupportFilterCriterion, DataHistorySupport
A representation of the model object 'Document'.The following features are supported:
Produced Types
Db View Defs
Numerator
Number Type
Number Length
Number Allowed Length
Number Periodicity
Check Unique
Autonumbering
Default Object Form
Default List Form
Default Choice Form
Auxiliary Object Form
Auxiliary List Form
Auxiliary Choice Form
Posting
Real Time Posting
Register Records Deletion
Register Records Writing On Post
Sequence Filling
Register Records
Post In Privileged Mode
Unpost In Privileged Mode
Choice History On Input
Update Data History Immediately After Write
Execute After Write Data History Version Processing
Attributes
Forms
Tabular Sections
Templates
Commands
- See Also:
MdClassPackage.getDocument()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<DocumentAttribute>
getAttributes()
Returns the value of the 'Attributes' containment reference list.DocumentForm
getAuxiliaryChoiceForm()
Returns the value of the 'Auxiliary Choice Form' reference.DocumentForm
getAuxiliaryListForm()
Returns the value of the 'Auxiliary List Form' reference.DocumentForm
getAuxiliaryObjectForm()
Returns the value of the 'Auxiliary Object Form' reference.ChoiceHistoryOnInput
getChoiceHistoryOnInput()
Returns the value of the 'Choice History On Input' attribute.org.eclipse.emf.common.util.EList<DocumentCommand>
getCommands()
Returns the value of the 'Commands' containment reference list.DocumentDbViewDefs
getDbViewDefs()
Returns the value of the 'Db View Defs' containment reference.DocumentForm
getDefaultChoiceForm()
Returns the value of the 'Default Choice Form' reference.DocumentForm
getDefaultListForm()
Returns the value of the 'Default List Form' reference.DocumentForm
getDefaultObjectForm()
Returns the value of the 'Default Object Form' reference.org.eclipse.emf.common.util.EList<DocumentForm>
getForms()
Returns the value of the 'Forms' containment reference list.AllowedLength
getNumberAllowedLength()
Returns the value of the 'Number Allowed Length' attribute.int
getNumberLength()
Returns the value of the 'Number Length' attribute.DocumentNumberPeriodicity
getNumberPeriodicity()
Returns the value of the 'Number Periodicity' attribute.DocumentNumberType
getNumberType()
Returns the value of the 'Number Type' attribute.DocumentNumerator
getNumerator()
Returns the value of the 'Numerator' reference.Posting
getPosting()
Returns the value of the 'Posting' attribute.DocumentTypes
getProducedTypes()
Returns the value of the 'Produced Types' containment reference.RealTimePosting
getRealTimePosting()
Returns the value of the 'Real Time Posting' attribute.org.eclipse.emf.common.util.EList<BasicRegister>
getRegisterRecords()
Returns the value of the 'Register Records' reference list.RegisterRecordsDeletion
getRegisterRecordsDeletion()
Returns the value of the 'Register Records Deletion' attribute.RegisterRecordsWritingOnPost
getRegisterRecordsWritingOnPost()
Returns the value of the 'Register Records Writing On Post' attribute.SequenceFilling
getSequenceFilling()
Returns the value of the 'Sequence Filling' attribute.org.eclipse.emf.common.util.EList<DocumentTabularSection>
getTabularSections()
Returns the value of the 'Tabular Sections' containment reference list.org.eclipse.emf.common.util.EList<Template>
getTemplates()
Returns the value of the 'Templates' containment reference list.boolean
isAutonumbering()
Returns the value of the 'Autonumbering' attribute.boolean
isCheckUnique()
Returns the value of the 'Check Unique' attribute.boolean
isExecuteAfterWriteDataHistoryVersionProcessing()
Returns the value of the 'Execute After Write Data History Version Processing' attribute.boolean
isPostInPrivilegedMode()
Returns the value of the 'Post In Privileged Mode' attribute.boolean
isUnpostInPrivilegedMode()
Returns the value of the 'Unpost In Privileged Mode' attribute.boolean
isUpdateDataHistoryImmediatelyAfterWrite()
Returns the value of the 'Update Data History Immediately After Write' attribute.TypeItem
selectCriterionTypeRef()
void
setAutonumbering(boolean value)
Sets the value of the 'Autonumbering
' attribute.void
setAuxiliaryChoiceForm(DocumentForm value)
Sets the value of the 'Auxiliary Choice Form
' reference.void
setAuxiliaryListForm(DocumentForm value)
Sets the value of the 'Auxiliary List Form
' reference.void
setAuxiliaryObjectForm(DocumentForm value)
Sets the value of the 'Auxiliary Object Form
' reference.void
setCheckUnique(boolean value)
Sets the value of the 'Check Unique
' attribute.void
setChoiceHistoryOnInput(ChoiceHistoryOnInput value)
Sets the value of the 'Choice History On Input
' attribute.void
setDbViewDefs(DocumentDbViewDefs value)
Sets the value of the 'Db View Defs
' containment reference.void
setDefaultChoiceForm(DocumentForm value)
Sets the value of the 'Default Choice Form
' reference.void
setDefaultListForm(DocumentForm value)
Sets the value of the 'Default List Form
' reference.void
setDefaultObjectForm(DocumentForm value)
Sets the value of the 'Default Object Form
' reference.void
setExecuteAfterWriteDataHistoryVersionProcessing(boolean value)
Sets the value of the 'Execute After Write Data History Version Processing
' attribute.void
setNumberAllowedLength(AllowedLength value)
Sets the value of the 'Number Allowed Length
' attribute.void
setNumberLength(int value)
Sets the value of the 'Number Length
' attribute.void
setNumberPeriodicity(DocumentNumberPeriodicity value)
Sets the value of the 'Number Periodicity
' attribute.void
setNumberType(DocumentNumberType value)
Sets the value of the 'Number Type
' attribute.void
setNumerator(DocumentNumerator value)
Sets the value of the 'Numerator
' reference.void
setPosting(Posting value)
Sets the value of the 'Posting
' attribute.void
setPostInPrivilegedMode(boolean value)
Sets the value of the 'Post In Privileged Mode
' attribute.void
setProducedTypes(DocumentTypes value)
Sets the value of the 'Produced Types
' containment reference.void
setRealTimePosting(RealTimePosting value)
Sets the value of the 'Real Time Posting
' attribute.void
setRegisterRecordsDeletion(RegisterRecordsDeletion value)
Sets the value of the 'Register Records Deletion
' attribute.void
setRegisterRecordsWritingOnPost(RegisterRecordsWritingOnPost value)
Sets the value of the 'Register Records Writing On Post
' attribute.void
setSequenceFilling(SequenceFilling value)
Sets the value of the 'Sequence Filling
' attribute.void
setUnpostInPrivilegedMode(boolean value)
Sets the value of the 'Unpost In Privileged Mode
' attribute.void
setUpdateDataHistoryImmediatelyAfterWrite(boolean value)
Sets the value of the 'Update Data History Immediately After Write
' attribute.boolean
validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.BasicDbObject
getBasedOn, getCharacteristics, getChoiceDataGetModeOnInputByString, getCreateOnInput, getDataLockControlMode, getDataLockFields, getExplanation, getExtendedListPresentation, getExtendedObjectPresentation, getFullTextSearch, getFullTextSearchOnInputByString, getHelp, getInputByString, getListPresentation, getManagerModule, getObjectModule, getObjectPresentation, getSearchStringModeOnInputByString, getStandardAttributes, getSuppressObject, isIncludeHelpInContents, isUseStandardCommands, setChoiceDataGetModeOnInputByString, setCreateOnInput, setDataLockControlMode, setFullTextSearch, setFullTextSearchOnInputByString, setHelp, setIncludeHelpInContents, setManagerModule, setObjectModule, setSearchStringModeOnInputByString, setSuppressObject, setUseStandardCommands
-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.DataHistorySupport
getDataHistory, setDataHistory
-
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.mcore.FieldSource
getFields, getRefFieldSources
-
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
-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.StandardCommandSource
getStandardCommands
-
-
-
-
Method Detail
-
getProducedTypes
DocumentTypes getProducedTypes()
Returns the value of the 'Produced Types' containment reference.- Returns:
- the value of the 'Produced Types' containment reference.
- See Also:
setProducedTypes(DocumentTypes)
,MdClassPackage.getDocument_ProducedTypes()
-
setProducedTypes
void setProducedTypes(DocumentTypes 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
DocumentDbViewDefs getDbViewDefs()
Returns the value of the 'Db View Defs' containment reference.- Returns:
- the value of the 'Db View Defs' containment reference.
- See Also:
setDbViewDefs(DocumentDbViewDefs)
,MdClassPackage.getDocument_DbViewDefs()
-
setDbViewDefs
void setDbViewDefs(DocumentDbViewDefs 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()
-
getNumerator
DocumentNumerator getNumerator()
Returns the value of the 'Numerator' reference.- Returns:
- the value of the 'Numerator' reference.
- See Also:
setNumerator(DocumentNumerator)
,MdClassPackage.getDocument_Numerator()
-
setNumerator
void setNumerator(DocumentNumerator value)
Sets the value of the 'Numerator
' reference.- Parameters:
value
- the new value of the 'Numerator' reference.- See Also:
getNumerator()
-
getNumberType
DocumentNumberType getNumberType()
Returns the value of the 'Number Type' attribute. The literals are from the enumerationDocumentNumberType
.- Returns:
- the value of the 'Number Type' attribute.
- See Also:
DocumentNumberType
,setNumberType(DocumentNumberType)
,MdClassPackage.getDocument_NumberType()
-
setNumberType
void setNumberType(DocumentNumberType value)
Sets the value of the 'Number Type
' attribute.- Parameters:
value
- the new value of the 'Number Type' attribute.- See Also:
DocumentNumberType
,getNumberType()
-
getNumberLength
int getNumberLength()
Returns the value of the 'Number Length' attribute.- Returns:
- the value of the 'Number Length' attribute.
- See Also:
setNumberLength(int)
,MdClassPackage.getDocument_NumberLength()
-
setNumberLength
void setNumberLength(int value)
Sets the value of the 'Number Length
' attribute.- Parameters:
value
- the new value of the 'Number Length' attribute.- See Also:
getNumberLength()
-
getNumberAllowedLength
AllowedLength getNumberAllowedLength()
Returns the value of the 'Number Allowed Length' attribute. The literals are from the enumerationAllowedLength
.- Returns:
- the value of the 'Number Allowed Length' attribute.
- See Also:
AllowedLength
,setNumberAllowedLength(AllowedLength)
,MdClassPackage.getDocument_NumberAllowedLength()
-
setNumberAllowedLength
void setNumberAllowedLength(AllowedLength value)
Sets the value of the 'Number Allowed Length
' attribute.- Parameters:
value
- the new value of the 'Number Allowed Length' attribute.- See Also:
AllowedLength
,getNumberAllowedLength()
-
getNumberPeriodicity
DocumentNumberPeriodicity getNumberPeriodicity()
Returns the value of the 'Number Periodicity' attribute. The literals are from the enumerationDocumentNumberPeriodicity
.- Returns:
- the value of the 'Number Periodicity' attribute.
- See Also:
DocumentNumberPeriodicity
,setNumberPeriodicity(DocumentNumberPeriodicity)
,MdClassPackage.getDocument_NumberPeriodicity()
-
setNumberPeriodicity
void setNumberPeriodicity(DocumentNumberPeriodicity value)
Sets the value of the 'Number Periodicity
' attribute.- Parameters:
value
- the new value of the 'Number Periodicity' attribute.- See Also:
DocumentNumberPeriodicity
,getNumberPeriodicity()
-
isCheckUnique
boolean isCheckUnique()
Returns the value of the 'Check Unique' attribute.- Returns:
- the value of the 'Check Unique' attribute.
- See Also:
setCheckUnique(boolean)
,MdClassPackage.getDocument_CheckUnique()
-
setCheckUnique
void setCheckUnique(boolean value)
Sets the value of the 'Check Unique
' attribute.- Parameters:
value
- the new value of the 'Check Unique' attribute.- See Also:
isCheckUnique()
-
isAutonumbering
boolean isAutonumbering()
Returns the value of the 'Autonumbering' attribute.- Returns:
- the value of the 'Autonumbering' attribute.
- See Also:
setAutonumbering(boolean)
,MdClassPackage.getDocument_Autonumbering()
-
setAutonumbering
void setAutonumbering(boolean value)
Sets the value of the 'Autonumbering
' attribute.- Parameters:
value
- the new value of the 'Autonumbering' attribute.- See Also:
isAutonumbering()
-
getDefaultObjectForm
DocumentForm getDefaultObjectForm()
Returns the value of the 'Default Object Form' reference.- Returns:
- the value of the 'Default Object Form' reference.
- See Also:
setDefaultObjectForm(DocumentForm)
,MdClassPackage.getDocument_DefaultObjectForm()
-
setDefaultObjectForm
void setDefaultObjectForm(DocumentForm value)
Sets the value of the 'Default Object Form
' reference.- Parameters:
value
- the new value of the 'Default Object Form' reference.- See Also:
getDefaultObjectForm()
-
getDefaultListForm
DocumentForm getDefaultListForm()
Returns the value of the 'Default List Form' reference.- Returns:
- the value of the 'Default List Form' reference.
- See Also:
setDefaultListForm(DocumentForm)
,MdClassPackage.getDocument_DefaultListForm()
-
setDefaultListForm
void setDefaultListForm(DocumentForm value)
Sets the value of the 'Default List Form
' reference.- Parameters:
value
- the new value of the 'Default List Form' reference.- See Also:
getDefaultListForm()
-
getDefaultChoiceForm
DocumentForm getDefaultChoiceForm()
Returns the value of the 'Default Choice Form' reference.- Returns:
- the value of the 'Default Choice Form' reference.
- See Also:
setDefaultChoiceForm(DocumentForm)
,MdClassPackage.getDocument_DefaultChoiceForm()
-
setDefaultChoiceForm
void setDefaultChoiceForm(DocumentForm value)
Sets the value of the 'Default Choice Form
' reference.- Parameters:
value
- the new value of the 'Default Choice Form' reference.- See Also:
getDefaultChoiceForm()
-
getAuxiliaryObjectForm
DocumentForm getAuxiliaryObjectForm()
Returns the value of the 'Auxiliary Object Form' reference.- Returns:
- the value of the 'Auxiliary Object Form' reference.
- See Also:
setAuxiliaryObjectForm(DocumentForm)
,MdClassPackage.getDocument_AuxiliaryObjectForm()
-
setAuxiliaryObjectForm
void setAuxiliaryObjectForm(DocumentForm value)
Sets the value of the 'Auxiliary Object Form
' reference.- Parameters:
value
- the new value of the 'Auxiliary Object Form' reference.- See Also:
getAuxiliaryObjectForm()
-
getAuxiliaryListForm
DocumentForm getAuxiliaryListForm()
Returns the value of the 'Auxiliary List Form' reference.- Returns:
- the value of the 'Auxiliary List Form' reference.
- See Also:
setAuxiliaryListForm(DocumentForm)
,MdClassPackage.getDocument_AuxiliaryListForm()
-
setAuxiliaryListForm
void setAuxiliaryListForm(DocumentForm value)
Sets the value of the 'Auxiliary List Form
' reference.- Parameters:
value
- the new value of the 'Auxiliary List Form' reference.- See Also:
getAuxiliaryListForm()
-
getAuxiliaryChoiceForm
DocumentForm getAuxiliaryChoiceForm()
Returns the value of the 'Auxiliary Choice Form' reference.- Returns:
- the value of the 'Auxiliary Choice Form' reference.
- See Also:
setAuxiliaryChoiceForm(DocumentForm)
,MdClassPackage.getDocument_AuxiliaryChoiceForm()
-
setAuxiliaryChoiceForm
void setAuxiliaryChoiceForm(DocumentForm value)
Sets the value of the 'Auxiliary Choice Form
' reference.- Parameters:
value
- the new value of the 'Auxiliary Choice Form' reference.- See Also:
getAuxiliaryChoiceForm()
-
getPosting
Posting getPosting()
Returns the value of the 'Posting' attribute. The literals are from the enumerationPosting
.- Returns:
- the value of the 'Posting' attribute.
- See Also:
Posting
,setPosting(Posting)
,MdClassPackage.getDocument_Posting()
-
setPosting
void setPosting(Posting value)
Sets the value of the 'Posting
' attribute.- Parameters:
value
- the new value of the 'Posting' attribute.- See Also:
Posting
,getPosting()
-
getRealTimePosting
RealTimePosting getRealTimePosting()
Returns the value of the 'Real Time Posting' attribute. The literals are from the enumerationRealTimePosting
.- Returns:
- the value of the 'Real Time Posting' attribute.
- See Also:
RealTimePosting
,setRealTimePosting(RealTimePosting)
,MdClassPackage.getDocument_RealTimePosting()
-
setRealTimePosting
void setRealTimePosting(RealTimePosting value)
Sets the value of the 'Real Time Posting
' attribute.- Parameters:
value
- the new value of the 'Real Time Posting' attribute.- See Also:
RealTimePosting
,getRealTimePosting()
-
getRegisterRecordsDeletion
RegisterRecordsDeletion getRegisterRecordsDeletion()
Returns the value of the 'Register Records Deletion' attribute. The literals are from the enumerationRegisterRecordsDeletion
.- Returns:
- the value of the 'Register Records Deletion' attribute.
- See Also:
RegisterRecordsDeletion
,setRegisterRecordsDeletion(RegisterRecordsDeletion)
,MdClassPackage.getDocument_RegisterRecordsDeletion()
-
setRegisterRecordsDeletion
void setRegisterRecordsDeletion(RegisterRecordsDeletion value)
Sets the value of the 'Register Records Deletion
' attribute.- Parameters:
value
- the new value of the 'Register Records Deletion' attribute.- See Also:
RegisterRecordsDeletion
,getRegisterRecordsDeletion()
-
getRegisterRecordsWritingOnPost
RegisterRecordsWritingOnPost getRegisterRecordsWritingOnPost()
Returns the value of the 'Register Records Writing On Post' attribute. The literals are from the enumerationRegisterRecordsWritingOnPost
.- Returns:
- the value of the 'Register Records Writing On Post' attribute.
- See Also:
RegisterRecordsWritingOnPost
,setRegisterRecordsWritingOnPost(RegisterRecordsWritingOnPost)
,MdClassPackage.getDocument_RegisterRecordsWritingOnPost()
-
setRegisterRecordsWritingOnPost
void setRegisterRecordsWritingOnPost(RegisterRecordsWritingOnPost value)
Sets the value of the 'Register Records Writing On Post
' attribute.- Parameters:
value
- the new value of the 'Register Records Writing On Post' attribute.- See Also:
RegisterRecordsWritingOnPost
,getRegisterRecordsWritingOnPost()
-
getSequenceFilling
SequenceFilling getSequenceFilling()
Returns the value of the 'Sequence Filling' attribute. The literals are from the enumerationSequenceFilling
.- Returns:
- the value of the 'Sequence Filling' attribute.
- See Also:
SequenceFilling
,setSequenceFilling(SequenceFilling)
,MdClassPackage.getDocument_SequenceFilling()
-
setSequenceFilling
void setSequenceFilling(SequenceFilling value)
Sets the value of the 'Sequence Filling
' attribute.- Parameters:
value
- the new value of the 'Sequence Filling' attribute.- See Also:
SequenceFilling
,getSequenceFilling()
-
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.getDocument_RegisterRecords()
-
isPostInPrivilegedMode
boolean isPostInPrivilegedMode()
Returns the value of the 'Post In Privileged Mode' attribute.- Returns:
- the value of the 'Post In Privileged Mode' attribute.
- See Also:
setPostInPrivilegedMode(boolean)
,MdClassPackage.getDocument_PostInPrivilegedMode()
-
setPostInPrivilegedMode
void setPostInPrivilegedMode(boolean value)
Sets the value of the 'Post In Privileged Mode
' attribute.- Parameters:
value
- the new value of the 'Post In Privileged Mode' attribute.- See Also:
isPostInPrivilegedMode()
-
isUnpostInPrivilegedMode
boolean isUnpostInPrivilegedMode()
Returns the value of the 'Unpost In Privileged Mode' attribute.- Returns:
- the value of the 'Unpost In Privileged Mode' attribute.
- See Also:
setUnpostInPrivilegedMode(boolean)
,MdClassPackage.getDocument_UnpostInPrivilegedMode()
-
setUnpostInPrivilegedMode
void setUnpostInPrivilegedMode(boolean value)
Sets the value of the 'Unpost In Privileged Mode
' attribute.- Parameters:
value
- the new value of the 'Unpost In Privileged Mode' attribute.- See Also:
isUnpostInPrivilegedMode()
-
getChoiceHistoryOnInput
ChoiceHistoryOnInput getChoiceHistoryOnInput()
Returns the value of the 'Choice History On Input' attribute. The literals are from the enumerationChoiceHistoryOnInput
.- Returns:
- the value of the 'Choice History On Input' attribute.
- See Also:
ChoiceHistoryOnInput
,setChoiceHistoryOnInput(ChoiceHistoryOnInput)
,MdClassPackage.getDocument_ChoiceHistoryOnInput()
-
setChoiceHistoryOnInput
void setChoiceHistoryOnInput(ChoiceHistoryOnInput value)
Sets the value of the 'Choice History On Input
' attribute.- Parameters:
value
- the new value of the 'Choice History On Input' attribute.- See Also:
ChoiceHistoryOnInput
,getChoiceHistoryOnInput()
-
isUpdateDataHistoryImmediatelyAfterWrite
boolean isUpdateDataHistoryImmediatelyAfterWrite()
Returns the value of the 'Update Data History Immediately After Write' attribute.- Returns:
- the value of the 'Update Data History Immediately After Write' attribute.
- See Also:
setUpdateDataHistoryImmediatelyAfterWrite(boolean)
,MdClassPackage.getDocument_UpdateDataHistoryImmediatelyAfterWrite()
-
setUpdateDataHistoryImmediatelyAfterWrite
void setUpdateDataHistoryImmediatelyAfterWrite(boolean value)
Sets the value of the 'Update Data History Immediately After Write
' attribute.- Parameters:
value
- the new value of the 'Update Data History Immediately After Write' attribute.- See Also:
isUpdateDataHistoryImmediatelyAfterWrite()
-
isExecuteAfterWriteDataHistoryVersionProcessing
boolean isExecuteAfterWriteDataHistoryVersionProcessing()
Returns the value of the 'Execute After Write Data History Version Processing' attribute.- Returns:
- the value of the 'Execute After Write Data History Version Processing' attribute.
- See Also:
setExecuteAfterWriteDataHistoryVersionProcessing(boolean)
,MdClassPackage.getDocument_ExecuteAfterWriteDataHistoryVersionProcessing()
-
setExecuteAfterWriteDataHistoryVersionProcessing
void setExecuteAfterWriteDataHistoryVersionProcessing(boolean value)
Sets the value of the 'Execute After Write Data History Version Processing
' attribute.- Parameters:
value
- the new value of the 'Execute After Write Data History Version Processing' attribute.- See Also:
isExecuteAfterWriteDataHistoryVersionProcessing()
-
getAttributes
org.eclipse.emf.common.util.EList<DocumentAttribute> getAttributes()
Returns the value of the 'Attributes' containment reference list. The list contents are of typeDocumentAttribute
.- Returns:
- the value of the 'Attributes' containment reference list.
- See Also:
MdClassPackage.getDocument_Attributes()
-
getForms
org.eclipse.emf.common.util.EList<DocumentForm> getForms()
Returns the value of the 'Forms' containment reference list. The list contents are of typeDocumentForm
.- Returns:
- the value of the 'Forms' containment reference list.
- See Also:
MdClassPackage.getDocument_Forms()
-
getTabularSections
org.eclipse.emf.common.util.EList<DocumentTabularSection> getTabularSections()
Returns the value of the 'Tabular Sections' containment reference list. The list contents are of typeDocumentTabularSection
.- Returns:
- the value of the 'Tabular Sections' containment reference list.
- See Also:
MdClassPackage.getDocument_TabularSections()
-
getTemplates
org.eclipse.emf.common.util.EList<Template> getTemplates()
Returns the value of the 'Templates' containment reference list. The list contents are of typeTemplate
.- Returns:
- the value of the 'Templates' containment reference list.
- See Also:
MdClassPackage.getDocument_Templates()
-
getCommands
org.eclipse.emf.common.util.EList<DocumentCommand> getCommands()
Returns the value of the 'Commands' containment reference list. The list contents are of typeDocumentCommand
.- Returns:
- the value of the 'Commands' containment reference list.
- See Also:
MdClassPackage.getDocument_Commands()
-
validate
boolean validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-
selectCriterionTypeRef
TypeItem selectCriterionTypeRef()
- Specified by:
selectCriterionTypeRef
in interfaceSupportFilterCriterion
-
-