Interface InformationRegister
-
- All Superinterfaces:
BasicRegister
,DataHistorySupport
,org.eclipse.emf.ecore.EObject
,FieldSource
,MdObject
,org.eclipse.emf.common.notify.Notifier
,StandardCommandSource
- All Known Implementing Classes:
InformationRegisterImpl
public interface InformationRegister extends BasicRegister, DataHistorySupport
A representation of the model object 'Information Register'.The following features are supported:
Produced Types
Db View Defs
Use Standard Commands
Edit Type
Default Record Form
Default List Form
Auxiliary Record Form
Auxiliary List Form
Standard Attributes
Information Register Periodicity
Write Mode
Main Filter On Period
Include Help In Contents
Help
Record Set Module
Manager Module
Data Lock Control Mode
Full Text Search
Enable Totals Slice First
Enable Totals Slice Last
Record Presentation
Extended Record Presentation
List Presentation
Extended List Presentation
Explanation
Update Data History Immediately After Write
Execute After Write Data History Version Processing
Resources
Attributes
Dimensions
Forms
Templates
Commands
- See Also:
MdClassPackage.getInformationRegister()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<InformationRegisterAttribute>
getAttributes()
Returns the value of the 'Attributes' containment reference list.InformationRegisterForm
getAuxiliaryListForm()
Returns the value of the 'Auxiliary List Form' reference.InformationRegisterForm
getAuxiliaryRecordForm()
Returns the value of the 'Auxiliary Record Form' reference.org.eclipse.emf.common.util.EList<InformationRegisterCommand>
getCommands()
Returns the value of the 'Commands' containment reference list.DefaultDataLockControlMode
getDataLockControlMode()
Returns the value of the 'Data Lock Control Mode' attribute.InformationRegisterDbViewDefs
getDbViewDefs()
Returns the value of the 'Db View Defs' containment reference.InformationRegisterForm
getDefaultListForm()
Returns the value of the 'Default List Form' reference.InformationRegisterForm
getDefaultRecordForm()
Returns the value of the 'Default Record Form' reference.org.eclipse.emf.common.util.EList<InformationRegisterDimension>
getDimensions()
Returns the value of the 'Dimensions' containment reference list.EditType
getEditType()
Returns the value of the 'Edit Type' attribute.org.eclipse.emf.common.util.EMap<String,String>
getExplanation()
Returns the value of the 'Explanation' map.org.eclipse.emf.common.util.EMap<String,String>
getExtendedListPresentation()
Returns the value of the 'Extended List Presentation' map.org.eclipse.emf.common.util.EMap<String,String>
getExtendedRecordPresentation()
Returns the value of the 'Extended Record Presentation' map.org.eclipse.emf.common.util.EList<InformationRegisterForm>
getForms()
Returns the value of the 'Forms' containment reference list.FullTextSearchUsing
getFullTextSearch()
Returns the value of the 'Full Text Search' attribute.Help
getHelp()
Returns the value of the 'Help' containment reference.InformationRegisterPeriodicity
getInformationRegisterPeriodicity()
Returns the value of the 'Information Register Periodicity' attribute.org.eclipse.emf.common.util.EMap<String,String>
getListPresentation()
Returns the value of the 'List Presentation' map.Module
getManagerModule()
Returns the value of the 'Manager Module' reference.InformationRegisterTypes
getProducedTypes()
Returns the value of the 'Produced Types' containment reference.org.eclipse.emf.common.util.EMap<String,String>
getRecordPresentation()
Returns the value of the 'Record Presentation' map.Module
getRecordSetModule()
Returns the value of the 'Record Set Module' reference.org.eclipse.emf.common.util.EList<InformationRegisterResource>
getResources()
Returns the value of the 'Resources' containment reference list.org.eclipse.emf.common.util.EList<StandardAttribute>
getStandardAttributes()
Returns the value of the 'Standard Attributes' containment reference list.org.eclipse.emf.common.util.EList<Template>
getTemplates()
Returns the value of the 'Templates' containment reference list.RegisterWriteMode
getWriteMode()
Returns the value of the 'Write Mode' attribute.boolean
isEnableTotalsSliceFirst()
Returns the value of the 'Enable Totals Slice First' attribute.boolean
isEnableTotalsSliceLast()
Returns the value of the 'Enable Totals Slice Last' attribute.boolean
isExecuteAfterWriteDataHistoryVersionProcessing()
Returns the value of the 'Execute After Write Data History Version Processing' attribute.boolean
isIncludeHelpInContents()
Returns the value of the 'Include Help In Contents' attribute.boolean
isMainFilterOnPeriod()
Returns the value of the 'Main Filter On Period' attribute.boolean
isUpdateDataHistoryImmediatelyAfterWrite()
Returns the value of the 'Update Data History Immediately After Write' attribute.boolean
isUseStandardCommands()
Returns the value of the 'Use Standard Commands' attribute.void
setAuxiliaryListForm(InformationRegisterForm value)
Sets the value of the 'Auxiliary List Form
' reference.void
setAuxiliaryRecordForm(InformationRegisterForm value)
Sets the value of the 'Auxiliary Record Form
' reference.void
setDataLockControlMode(DefaultDataLockControlMode value)
Sets the value of the 'Data Lock Control Mode
' attribute.void
setDbViewDefs(InformationRegisterDbViewDefs value)
Sets the value of the 'Db View Defs
' containment reference.void
setDefaultListForm(InformationRegisterForm value)
Sets the value of the 'Default List Form
' reference.void
setDefaultRecordForm(InformationRegisterForm value)
Sets the value of the 'Default Record Form
' reference.void
setEditType(EditType value)
Sets the value of the 'Edit Type
' attribute.void
setEnableTotalsSliceFirst(boolean value)
Sets the value of the 'Enable Totals Slice First
' attribute.void
setEnableTotalsSliceLast(boolean value)
Sets the value of the 'Enable Totals Slice Last
' attribute.void
setExecuteAfterWriteDataHistoryVersionProcessing(boolean value)
Sets the value of the 'Execute After Write Data History Version Processing
' attribute.void
setFullTextSearch(FullTextSearchUsing value)
Sets the value of the 'Full Text Search
' attribute.void
setHelp(Help value)
Sets the value of the 'Help
' containment reference.void
setIncludeHelpInContents(boolean value)
Sets the value of the 'Include Help In Contents
' attribute.void
setInformationRegisterPeriodicity(InformationRegisterPeriodicity value)
Sets the value of the 'Information Register Periodicity
' attribute.void
setMainFilterOnPeriod(boolean value)
Sets the value of the 'Main Filter On Period
' attribute.void
setManagerModule(Module value)
Sets the value of the 'Manager Module
' reference.void
setProducedTypes(InformationRegisterTypes value)
Sets the value of the 'Produced Types
' containment reference.void
setRecordSetModule(Module value)
Sets the value of the 'Record Set Module
' reference.void
setUpdateDataHistoryImmediatelyAfterWrite(boolean value)
Sets the value of the 'Update Data History Immediately After Write
' attribute.void
setUseStandardCommands(boolean value)
Sets the value of the 'Use Standard Commands
' attribute.void
setWriteMode(RegisterWriteMode value)
Sets the value of the 'Write Mode
' 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.BasicRegister
getSuppressObject, setSuppressObject
-
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
InformationRegisterTypes getProducedTypes()
Returns the value of the 'Produced Types' containment reference.- Returns:
- the value of the 'Produced Types' containment reference.
- See Also:
setProducedTypes(InformationRegisterTypes)
,MdClassPackage.getInformationRegister_ProducedTypes()
-
setProducedTypes
void setProducedTypes(InformationRegisterTypes 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
InformationRegisterDbViewDefs getDbViewDefs()
Returns the value of the 'Db View Defs' containment reference.- Returns:
- the value of the 'Db View Defs' containment reference.
- See Also:
setDbViewDefs(InformationRegisterDbViewDefs)
,MdClassPackage.getInformationRegister_DbViewDefs()
-
setDbViewDefs
void setDbViewDefs(InformationRegisterDbViewDefs 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()
-
isUseStandardCommands
boolean isUseStandardCommands()
Returns the value of the 'Use Standard Commands' attribute.- Returns:
- the value of the 'Use Standard Commands' attribute.
- See Also:
setUseStandardCommands(boolean)
,MdClassPackage.getInformationRegister_UseStandardCommands()
-
setUseStandardCommands
void setUseStandardCommands(boolean value)
Sets the value of the 'Use Standard Commands
' attribute.- Parameters:
value
- the new value of the 'Use Standard Commands' attribute.- See Also:
isUseStandardCommands()
-
getEditType
EditType getEditType()
Returns the value of the 'Edit Type' attribute. The literals are from the enumerationEditType
.- Returns:
- the value of the 'Edit Type' attribute.
- See Also:
EditType
,setEditType(EditType)
,MdClassPackage.getInformationRegister_EditType()
-
setEditType
void setEditType(EditType value)
Sets the value of the 'Edit Type
' attribute.- Parameters:
value
- the new value of the 'Edit Type' attribute.- See Also:
EditType
,getEditType()
-
getDefaultRecordForm
InformationRegisterForm getDefaultRecordForm()
Returns the value of the 'Default Record Form' reference.- Returns:
- the value of the 'Default Record Form' reference.
- See Also:
setDefaultRecordForm(InformationRegisterForm)
,MdClassPackage.getInformationRegister_DefaultRecordForm()
-
setDefaultRecordForm
void setDefaultRecordForm(InformationRegisterForm value)
Sets the value of the 'Default Record Form
' reference.- Parameters:
value
- the new value of the 'Default Record Form' reference.- See Also:
getDefaultRecordForm()
-
getDefaultListForm
InformationRegisterForm getDefaultListForm()
Returns the value of the 'Default List Form' reference.- Returns:
- the value of the 'Default List Form' reference.
- See Also:
setDefaultListForm(InformationRegisterForm)
,MdClassPackage.getInformationRegister_DefaultListForm()
-
setDefaultListForm
void setDefaultListForm(InformationRegisterForm value)
Sets the value of the 'Default List Form
' reference.- Parameters:
value
- the new value of the 'Default List Form' reference.- See Also:
getDefaultListForm()
-
getAuxiliaryRecordForm
InformationRegisterForm getAuxiliaryRecordForm()
Returns the value of the 'Auxiliary Record Form' reference.- Returns:
- the value of the 'Auxiliary Record Form' reference.
- See Also:
setAuxiliaryRecordForm(InformationRegisterForm)
,MdClassPackage.getInformationRegister_AuxiliaryRecordForm()
-
setAuxiliaryRecordForm
void setAuxiliaryRecordForm(InformationRegisterForm value)
Sets the value of the 'Auxiliary Record Form
' reference.- Parameters:
value
- the new value of the 'Auxiliary Record Form' reference.- See Also:
getAuxiliaryRecordForm()
-
getAuxiliaryListForm
InformationRegisterForm getAuxiliaryListForm()
Returns the value of the 'Auxiliary List Form' reference.- Returns:
- the value of the 'Auxiliary List Form' reference.
- See Also:
setAuxiliaryListForm(InformationRegisterForm)
,MdClassPackage.getInformationRegister_AuxiliaryListForm()
-
setAuxiliaryListForm
void setAuxiliaryListForm(InformationRegisterForm value)
Sets the value of the 'Auxiliary List Form
' reference.- Parameters:
value
- the new value of the 'Auxiliary List Form' reference.- See Also:
getAuxiliaryListForm()
-
getStandardAttributes
org.eclipse.emf.common.util.EList<StandardAttribute> getStandardAttributes()
Returns the value of the 'Standard Attributes' containment reference list. The list contents are of typeStandardAttribute
.- Returns:
- the value of the 'Standard Attributes' containment reference list.
- See Also:
MdClassPackage.getInformationRegister_StandardAttributes()
-
getInformationRegisterPeriodicity
InformationRegisterPeriodicity getInformationRegisterPeriodicity()
Returns the value of the 'Information Register Periodicity' attribute. The literals are from the enumerationInformationRegisterPeriodicity
.- Returns:
- the value of the 'Information Register Periodicity' attribute.
- See Also:
InformationRegisterPeriodicity
,setInformationRegisterPeriodicity(InformationRegisterPeriodicity)
,MdClassPackage.getInformationRegister_InformationRegisterPeriodicity()
-
setInformationRegisterPeriodicity
void setInformationRegisterPeriodicity(InformationRegisterPeriodicity value)
Sets the value of the 'Information Register Periodicity
' attribute.- Parameters:
value
- the new value of the 'Information Register Periodicity' attribute.- See Also:
InformationRegisterPeriodicity
,getInformationRegisterPeriodicity()
-
getWriteMode
RegisterWriteMode getWriteMode()
Returns the value of the 'Write Mode' attribute. The literals are from the enumerationRegisterWriteMode
.- Returns:
- the value of the 'Write Mode' attribute.
- See Also:
RegisterWriteMode
,setWriteMode(RegisterWriteMode)
,MdClassPackage.getInformationRegister_WriteMode()
-
setWriteMode
void setWriteMode(RegisterWriteMode value)
Sets the value of the 'Write Mode
' attribute.- Parameters:
value
- the new value of the 'Write Mode' attribute.- See Also:
RegisterWriteMode
,getWriteMode()
-
isMainFilterOnPeriod
boolean isMainFilterOnPeriod()
Returns the value of the 'Main Filter On Period' attribute.- Returns:
- the value of the 'Main Filter On Period' attribute.
- See Also:
setMainFilterOnPeriod(boolean)
,MdClassPackage.getInformationRegister_MainFilterOnPeriod()
-
setMainFilterOnPeriod
void setMainFilterOnPeriod(boolean value)
Sets the value of the 'Main Filter On Period
' attribute.- Parameters:
value
- the new value of the 'Main Filter On Period' attribute.- See Also:
isMainFilterOnPeriod()
-
isIncludeHelpInContents
boolean isIncludeHelpInContents()
Returns the value of the 'Include Help In Contents' attribute.- Returns:
- the value of the 'Include Help In Contents' attribute.
- See Also:
setIncludeHelpInContents(boolean)
,MdClassPackage.getInformationRegister_IncludeHelpInContents()
-
setIncludeHelpInContents
void setIncludeHelpInContents(boolean value)
Sets the value of the 'Include Help In Contents
' attribute.- Parameters:
value
- the new value of the 'Include Help In Contents' attribute.- See Also:
isIncludeHelpInContents()
-
getHelp
Help getHelp()
Returns the value of the 'Help' containment reference.- Returns:
- the value of the 'Help' containment reference.
- See Also:
setHelp(Help)
,MdClassPackage.getInformationRegister_Help()
-
setHelp
void setHelp(Help value)
Sets the value of the 'Help
' containment reference.- Parameters:
value
- the new value of the 'Help' containment reference.- See Also:
getHelp()
-
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.getInformationRegister_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()
-
getManagerModule
Module getManagerModule()
Returns the value of the 'Manager Module' reference.- Returns:
- the value of the 'Manager Module' reference.
- See Also:
setManagerModule(com._1c.g5.v8.dt.bsl.model.Module)
,MdClassPackage.getInformationRegister_ManagerModule()
-
setManagerModule
void setManagerModule(Module value)
Sets the value of the 'Manager Module
' reference.- Parameters:
value
- the new value of the 'Manager Module' reference.- See Also:
getManagerModule()
-
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.getInformationRegister_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()
-
getFullTextSearch
FullTextSearchUsing getFullTextSearch()
Returns the value of the 'Full Text Search' attribute. The literals are from the enumerationFullTextSearchUsing
.- Returns:
- the value of the 'Full Text Search' attribute.
- See Also:
FullTextSearchUsing
,setFullTextSearch(FullTextSearchUsing)
,MdClassPackage.getInformationRegister_FullTextSearch()
-
setFullTextSearch
void setFullTextSearch(FullTextSearchUsing value)
Sets the value of the 'Full Text Search
' attribute.- Parameters:
value
- the new value of the 'Full Text Search' attribute.- See Also:
FullTextSearchUsing
,getFullTextSearch()
-
isEnableTotalsSliceFirst
boolean isEnableTotalsSliceFirst()
Returns the value of the 'Enable Totals Slice First' attribute.- Returns:
- the value of the 'Enable Totals Slice First' attribute.
- See Also:
setEnableTotalsSliceFirst(boolean)
,MdClassPackage.getInformationRegister_EnableTotalsSliceFirst()
-
setEnableTotalsSliceFirst
void setEnableTotalsSliceFirst(boolean value)
Sets the value of the 'Enable Totals Slice First
' attribute.- Parameters:
value
- the new value of the 'Enable Totals Slice First' attribute.- See Also:
isEnableTotalsSliceFirst()
-
isEnableTotalsSliceLast
boolean isEnableTotalsSliceLast()
Returns the value of the 'Enable Totals Slice Last' attribute.- Returns:
- the value of the 'Enable Totals Slice Last' attribute.
- See Also:
setEnableTotalsSliceLast(boolean)
,MdClassPackage.getInformationRegister_EnableTotalsSliceLast()
-
setEnableTotalsSliceLast
void setEnableTotalsSliceLast(boolean value)
Sets the value of the 'Enable Totals Slice Last
' attribute.- Parameters:
value
- the new value of the 'Enable Totals Slice Last' attribute.- See Also:
isEnableTotalsSliceLast()
-
getRecordPresentation
org.eclipse.emf.common.util.EMap<String,String> getRecordPresentation()
Returns the value of the 'Record Presentation' map. The key is of typeString
, and the value is of typeString
,- Returns:
- the value of the 'Record Presentation' map.
- See Also:
MdClassPackage.getInformationRegister_RecordPresentation()
-
getExtendedRecordPresentation
org.eclipse.emf.common.util.EMap<String,String> getExtendedRecordPresentation()
Returns the value of the 'Extended Record Presentation' map. The key is of typeString
, and the value is of typeString
,- Returns:
- the value of the 'Extended Record Presentation' map.
- See Also:
MdClassPackage.getInformationRegister_ExtendedRecordPresentation()
-
getListPresentation
org.eclipse.emf.common.util.EMap<String,String> getListPresentation()
Returns the value of the 'List Presentation' map. The key is of typeString
, and the value is of typeString
,- Returns:
- the value of the 'List Presentation' map.
- See Also:
MdClassPackage.getInformationRegister_ListPresentation()
-
getExtendedListPresentation
org.eclipse.emf.common.util.EMap<String,String> getExtendedListPresentation()
Returns the value of the 'Extended List Presentation' map. The key is of typeString
, and the value is of typeString
,- Returns:
- the value of the 'Extended List Presentation' map.
- See Also:
MdClassPackage.getInformationRegister_ExtendedListPresentation()
-
getExplanation
org.eclipse.emf.common.util.EMap<String,String> getExplanation()
Returns the value of the 'Explanation' map. The key is of typeString
, and the value is of typeString
,- Returns:
- the value of the 'Explanation' map.
- See Also:
MdClassPackage.getInformationRegister_Explanation()
-
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.getInformationRegister_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.getInformationRegister_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()
-
getResources
org.eclipse.emf.common.util.EList<InformationRegisterResource> getResources()
Returns the value of the 'Resources' containment reference list. The list contents are of typeInformationRegisterResource
.- Returns:
- the value of the 'Resources' containment reference list.
- See Also:
MdClassPackage.getInformationRegister_Resources()
-
getAttributes
org.eclipse.emf.common.util.EList<InformationRegisterAttribute> getAttributes()
Returns the value of the 'Attributes' containment reference list. The list contents are of typeInformationRegisterAttribute
.- Returns:
- the value of the 'Attributes' containment reference list.
- See Also:
MdClassPackage.getInformationRegister_Attributes()
-
getDimensions
org.eclipse.emf.common.util.EList<InformationRegisterDimension> getDimensions()
Returns the value of the 'Dimensions' containment reference list. The list contents are of typeInformationRegisterDimension
.- Returns:
- the value of the 'Dimensions' containment reference list.
- See Also:
MdClassPackage.getInformationRegister_Dimensions()
-
getForms
org.eclipse.emf.common.util.EList<InformationRegisterForm> getForms()
Returns the value of the 'Forms' containment reference list. The list contents are of typeInformationRegisterForm
.- Returns:
- the value of the 'Forms' containment reference list.
- See Also:
MdClassPackage.getInformationRegister_Forms()
-
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.getInformationRegister_Templates()
-
getCommands
org.eclipse.emf.common.util.EList<InformationRegisterCommand> getCommands()
Returns the value of the 'Commands' containment reference list. The list contents are of typeInformationRegisterCommand
.- Returns:
- the value of the 'Commands' containment reference list.
- See Also:
MdClassPackage.getInformationRegister_Commands()
-
-