Package com._1c.g5.v8.dt.mcore
Interface FieldSource
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
AccountingRegister
,AccumulationRegister
,BasicDbObject
,BasicRegister
,BasicTabularSection
,BusinessProcess
,BusinessProcessTabularSection
,CalculationRegister
,Catalog
,CatalogOwner
,CatalogTabularSection
,ChartOfAccounts
,ChartOfAccountsTabularSection
,ChartOfCalculationTypes
,ChartOfCalculationTypesTabularSection
,ChartOfCharacteristicTypes
,ChartOfCharacteristicTypesTabularSection
,CommonAttribute
,Constant
,DataProcessor
,DataProcessorTabularSection
,DbObjectTabularSection
,Document
,DocumentJournal
,DocumentTabularSection
,Enum
,ExchangePlan
,ExchangePlanTabularSection
,ExternalDataProcessor
,ExternalReport
,Form
,HierarchicalDbObjectTabularSection
,InformationRegister
,Report
,ReportTabularSection
,StandardTabularPart
,Table
,Table
,Task
,TaskTabularSection
- All Known Implementing Classes:
AccountingRegisterImpl
,AccumulationRegisterImpl
,BasicDbObjectImpl
,BasicRegisterImpl
,BasicTabularSectionImpl
,BusinessProcessImpl
,BusinessProcessTabularSectionImpl
,CalculationRegisterImpl
,CatalogImpl
,CatalogTabularSectionImpl
,ChartOfAccountsImpl
,ChartOfAccountsTabularSectionImpl
,ChartOfCalculationTypesImpl
,ChartOfCalculationTypesTabularSectionImpl
,ChartOfCharacteristicTypesImpl
,ChartOfCharacteristicTypesTabularSectionImpl
,CommonAttributeImpl
,ConstantImpl
,DataProcessorImpl
,DataProcessorTabularSectionImpl
,DbObjectTabularSectionImpl
,DocumentImpl
,DocumentJournalImpl
,DocumentTabularSectionImpl
,EnumImpl
,ExchangePlanImpl
,ExchangePlanTabularSectionImpl
,ExternalDataProcessorImpl
,ExternalReportImpl
,FormImpl
,HierarchicalDbObjectTabularSectionImpl
,InformationRegisterImpl
,ReportImpl
,ReportTabularSectionImpl
,StandardTabularPartImpl
,TableImpl
,TableImpl
,TaskImpl
,TaskTabularSectionImpl
public interface FieldSource
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Field Source'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Field>
Returns the value of the 'Fields' containment reference list.org.eclipse.emf.common.util.EList<FieldSource>
Returns the value of the 'Ref Field Sources' 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
-
getFields
org.eclipse.emf.common.util.EList<Field> getFields()Returns the value of the 'Fields' containment reference list. The list contents are of typeField
.- Returns:
- the value of the 'Fields' containment reference list.
- See Also:
-
getRefFieldSources
org.eclipse.emf.common.util.EList<FieldSource> getRefFieldSources()Returns the value of the 'Ref Field Sources' reference list. The list contents are of typeFieldSource
.- Returns:
- the value of the 'Ref Field Sources' reference list.
- See Also:
-