Package com._1c.g5.v8.dt.metadata.dbview
Interface ExtendedDbViewFieldTableDef
- All Superinterfaces:
DbViewElement
,DbViewFieldDef
,DbViewFieldTableDef
,DuallyNamedElement
,org.eclipse.emf.ecore.EObject
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,Table
- All Known Implementing Classes:
ExtendedDbViewFieldTableDefImpl
A representation of the model object 'Extended Db View Field Table Def'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EObject
org.eclipse.emf.ecore.EStructuralFeature
eGet
(org.eclipse.emf.ecore.EStructuralFeature feature) org.eclipse.emf.ecore.resource.Resource
Returns the value of the 'Combined Fields' attribute.org.eclipse.emf.common.util.EList<DbViewFieldDef>
org.eclipse.emf.ecore.EObject
getName()
Returns the value of the 'Source' reference.void
setCombinedFields
(List<DbViewFieldDef> value) Sets the value of the 'Combined Fields
' attribute.void
setSource
(DbViewFieldTableDef value) Sets the value of the 'Source
' reference.Methods inherited from interface com._1c.g5.v8.dt.metadata.dbview.DbViewElement
getPresentation, setMdObject
Methods inherited from interface com._1c.g5.v8.dt.metadata.dbview.DbViewFieldDef
getFieldRole, getPresentationSource, getType, setFieldRole, setPresentationSource, setType
Methods inherited from interface com._1c.g5.v8.dt.mcore.DuallyNamedElement
setNameRu
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainmentFeature, eContents, eCrossReferences, eGet, eInvoke, eIsProxy, eIsSet, eSet, eUnset
Methods inherited from interface com._1c.g5.v8.dt.mcore.NamedElement
setName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getCombinedFields
List<DbViewFieldDef> getCombinedFields()Returns the value of the 'Combined Fields' attribute.- Returns:
- the value of the 'Combined Fields' attribute.
- See Also:
-
setCombinedFields
Sets the value of the 'Combined Fields
' attribute.- Parameters:
value
- the new value of the 'Combined Fields' attribute.- See Also:
-
getSource
DbViewFieldTableDef getSource()Returns the value of the 'Source' reference.- Returns:
- the value of the 'Source' reference.
- See Also:
-
setSource
Sets the value of the 'Source
' reference.- Parameters:
value
- the new value of the 'Source' reference.- See Also:
-
getFields
org.eclipse.emf.common.util.EList<DbViewFieldDef> getFields() -
eResource
org.eclipse.emf.ecore.resource.Resource eResource()- Specified by:
eResource
in interfaceorg.eclipse.emf.ecore.EObject
-
eContainer
org.eclipse.emf.ecore.EObject eContainer()- Specified by:
eContainer
in interfaceorg.eclipse.emf.ecore.EObject
-
eContainingFeature
org.eclipse.emf.ecore.EStructuralFeature eContainingFeature()- Specified by:
eContainingFeature
in interfaceorg.eclipse.emf.ecore.EObject
-
eGet
- Specified by:
eGet
in interfaceorg.eclipse.emf.ecore.EObject
-
getName
String getName()- Specified by:
getName
in interfaceNamedElement
- Returns:
- the value of the 'Name' attribute.
- See Also:
-
getNameRu
String getNameRu()- Specified by:
getNameRu
in interfaceDuallyNamedElement
- Returns:
- the value of the 'Name Ru' attribute.
- See Also:
-
getMdObject
org.eclipse.emf.ecore.EObject getMdObject()- Specified by:
getMdObject
in interfaceDbViewElement
- Returns:
- the value of the 'Md Object' reference.
- See Also:
-