Package com._1c.g5.v8.dt.metadata.dbview
Interface DbViewFieldDef
- All Superinterfaces:
DbViewElement,DuallyNamedElement,org.eclipse.emf.ecore.EObject,NamedElement,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
DbViewFieldFieldDef,DbViewFieldFieldDefFromQuery,DbViewFieldFieldDefWithPeriod,DbViewFieldTableDef,DbViewNestedTableFromQuery,DbViewVirtualFieldDef,ExtendedDbViewFieldTableDef
- All Known Implementing Classes:
DbViewFieldDefImpl,DbViewFieldFieldDefFromQueryImpl,DbViewFieldFieldDefImpl,DbViewFieldFieldDefWithPeriodImpl,DbViewFieldTableDefImpl,DbViewNestedTableFromQueryImpl,DbViewVirtualFieldDefImpl,ExtendedDbViewFieldTableDefImpl
A representation of the model object 'Field Def'.
Field in virtual table
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Field Role' containment reference.org.eclipse.emf.ecore.EObjectReturns the value of the 'Presentation Source' reference.getType()Returns the value of the 'Type' containment reference.voidsetFieldRole(DbViewFieldRole value) Sets the value of the 'Field Role' containment reference.voidsetPresentationSource(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Presentation Source' reference.voidsetType(TypeDescription value) Sets the value of the 'Type' containment reference.Methods inherited from interface com._1c.g5.v8.dt.metadata.dbview.DbViewElement
getMdObject, getPresentation, setMdObjectMethods inherited from interface com._1c.g5.v8.dt.mcore.DuallyNamedElement
getNameRu, setNameRuMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com._1c.g5.v8.dt.mcore.NamedElement
getName, setNameMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getType
TypeDescription getType()Returns the value of the 'Type' containment reference.- Returns:
- the value of the 'Type' containment reference.
- See Also:
-
setType
Sets the value of the 'Type' containment reference.- Parameters:
value- the new value of the 'Type' containment reference.- See Also:
-
getFieldRole
DbViewFieldRole getFieldRole()Returns the value of the 'Field Role' containment reference.- Returns:
- the value of the 'Field Role' containment reference.
- See Also:
-
setFieldRole
Sets the value of the 'Field Role' containment reference.- Parameters:
value- the new value of the 'Field Role' containment reference.- See Also:
-
getPresentationSource
org.eclipse.emf.ecore.EObject getPresentationSource()Returns the value of the 'Presentation Source' reference.- Returns:
- the value of the 'Presentation Source' reference.
- See Also:
-
setPresentationSource
void setPresentationSource(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Presentation Source' reference.- Parameters:
value- the new value of the 'Presentation Source' reference.- See Also:
-