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.void
setDbNonObjectDef
(DbNonObjectDef value) Sets the value of the 'Db Non Object Def
' containment reference.void
setDbObjectDef
(DbObjectDef value) Sets the value of the 'Db Object Def
' containment reference.void
setDbViewSortInfo
(DbViewSortInfo value) Sets the value of the 'Db View Sort Info
' containment reference.void
Sets the value of the 'Hierarchical Def
' containment reference.void
setOwnedTableDef
(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, setInvisible
Methods inherited from interface com._1c.g5.v8.dt.metadata.dbview.DbViewElement
getMdObject, getPresentation, setMdObject
Methods inherited from interface com._1c.g5.v8.dt.mcore.DuallyNamedElement
getNameRu, setNameRu
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 com._1c.g5.v8.dt.mcore.NamedElement
getName, setName
Methods 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:
-