Interface StandardCommandSource
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
AccountingRegister
,AccumulationRegister
,BasicDbObject
,BasicRegister
,BusinessProcess
,CalculationRegister
,Catalog
,CatalogOwner
,ChartOfAccounts
,ChartOfCalculationTypes
,ChartOfCharacteristicTypes
,CommonForm
,Constant
,Cube
,DataProcessor
,DimensionTable
,Document
,DocumentJournal
,Enum
,ExchangePlan
,FilterCriterion
,InformationRegister
,Report
,Table
,Task
- All Known Implementing Classes:
AccountingRegisterImpl
,AccumulationRegisterImpl
,BasicDbObjectImpl
,BasicRegisterImpl
,BusinessProcessImpl
,CalculationRegisterImpl
,CatalogImpl
,ChartOfAccountsImpl
,ChartOfCalculationTypesImpl
,ChartOfCharacteristicTypesImpl
,CommonFormImpl
,ConstantImpl
,CubeImpl
,DataProcessorImpl
,DimensionTableImpl
,DocumentImpl
,DocumentJournalImpl
,EnumImpl
,ExchangePlanImpl
,FilterCriterionImpl
,InformationRegisterImpl
,ReportImpl
,TableImpl
,TaskImpl
public interface StandardCommandSource extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Standard Command Source'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<StandardCommand>
getStandardCommands()
Returns the value of the 'Standard Commands' containment reference list.
-
-
-
Method Detail
-
getStandardCommands
org.eclipse.emf.common.util.EList<StandardCommand> getStandardCommands()
Returns the value of the 'Standard Commands' containment reference list. The list contents are of typeStandardCommand
.- Returns:
- the value of the 'Standard Commands' containment reference list.
- See Also:
MdClassPackage.getStandardCommandSource_StandardCommands()
-
-