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
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<StandardCommand>
Returns the value of the 'Standard Commands' containment reference list.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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
-