Interface AdditionalIndexesContainer
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
AccountingRegister
,AccumulationRegister
,BusinessProcess
,CalculationRegister
,Catalog
,ChartOfAccounts
,ChartOfCalculationTypes
,ChartOfCharacteristicTypes
,Document
,DocumentJournal
,ExchangePlan
,InformationRegister
,Sequence
,Task
- All Known Implementing Classes:
AccountingRegisterImpl
,AccumulationRegisterImpl
,BusinessProcessImpl
,CalculationRegisterImpl
,CatalogImpl
,ChartOfAccountsImpl
,ChartOfCalculationTypesImpl
,ChartOfCharacteristicTypesImpl
,DocumentImpl
,DocumentJournalImpl
,ExchangePlanImpl
,InformationRegisterImpl
,SequenceImpl
,TaskImpl
public interface AdditionalIndexesContainer
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Additional Indexes Container'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Additional Indexes' reference.void
Sets the value of the 'Additional Indexes
' reference.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
-
getAdditionalIndexes
AbstractAdditionalIndexes getAdditionalIndexes()Returns the value of the 'Additional Indexes' reference.- Returns:
- the value of the 'Additional Indexes' reference.
- See Also:
-
setAdditionalIndexes
Sets the value of the 'Additional Indexes
' reference.- Parameters:
value
- the new value of the 'Additional Indexes' reference.- See Also:
-