Package com._1c.g5.v8.dt.metadata.dbview
Interface DbViewTableDef
- All Superinterfaces:
DbViewDef,DbViewElement,DuallyNamedElement,org.eclipse.emf.ecore.EObject,NamedElement,org.eclipse.emf.common.notify.Notifier,Table
- All Known Subinterfaces:
ExtendedDbViewTableDef
- All Known Implementing Classes:
DbViewTableDefImpl,ExtendedDbViewTableDefImpl
A representation of the model object 'Table Def'.
Real database table
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Db Non Object Def' containment reference.Returns the value of the 'Db Object Def' containment reference.Returns the value of the 'Db View Sort Info' containment reference.Returns the value of the 'Hierarchical Def' containment reference.Returns the value of the 'Owned Table Def' containment reference.voidsetDbNonObjectDef(DbNonObjectDef value) Sets the value of the 'Db Non Object Def' containment reference.voidsetDbObjectDef(DbObjectDef value) Sets the value of the 'Db Object Def' containment reference.voidsetDbViewSortInfo(DbViewSortInfo value) Sets the value of the 'Db View Sort Info' containment reference.voidSets the value of the 'Hierarchical Def' containment reference.voidsetOwnedTableDef(OwnedTableDef value) Sets the value of the 'Owned Table Def' containment reference.Methods inherited from interface com._1c.g5.v8.dt.metadata.dbview.DbViewDef
getOrderFields, isInvisible, setInvisibleMethods 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
-
getDbObjectDef
DbObjectDef getDbObjectDef()Returns the value of the 'Db Object Def' containment reference.- Returns:
- the value of the 'Db Object Def' containment reference.
- See Also:
-
setDbObjectDef
Sets the value of the 'Db Object Def' containment reference.- Parameters:
value- the new value of the 'Db Object Def' containment reference.- See Also:
-
getDbNonObjectDef
DbNonObjectDef getDbNonObjectDef()Returns the value of the 'Db Non Object Def' containment reference.- Returns:
- the value of the 'Db Non Object Def' containment reference.
- See Also:
-
setDbNonObjectDef
Sets the value of the 'Db Non Object Def' containment reference.- Parameters:
value- the new value of the 'Db Non Object Def' containment reference.- See Also:
-
getHierarchicalDef
HierarchicalDef getHierarchicalDef()Returns the value of the 'Hierarchical Def' containment reference.- Returns:
- the value of the 'Hierarchical Def' containment reference.
- See Also:
-
setHierarchicalDef
Sets the value of the 'Hierarchical Def' containment reference.- Parameters:
value- the new value of the 'Hierarchical Def' containment reference.- See Also:
-
getOwnedTableDef
OwnedTableDef getOwnedTableDef()Returns the value of the 'Owned Table Def' containment reference.- Returns:
- the value of the 'Owned Table Def' containment reference.
- See Also:
-
setOwnedTableDef
Sets the value of the 'Owned Table Def' containment reference.- Parameters:
value- the new value of the 'Owned Table Def' containment reference.- See Also:
-
getDbViewSortInfo
DbViewSortInfo getDbViewSortInfo()Returns the value of the 'Db View Sort Info' containment reference.- Returns:
- the value of the 'Db View Sort Info' containment reference.
- See Also:
-
setDbViewSortInfo
Sets the value of the 'Db View Sort Info' containment reference.- Parameters:
value- the new value of the 'Db View Sort Info' containment reference.- See Also:
-