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 Implementing Classes:
DbViewTableDefImpl
public interface DbViewTableDef extends DbViewDef
A representation of the model object 'Table Def'. Real database tableThe following features are supported:
- See Also:
DbViewPackage.getDbViewTableDef()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DbNonObjectDef
getDbNonObjectDef()
Returns the value of the 'Db Non Object Def' containment reference.DbObjectDef
getDbObjectDef()
Returns the value of the 'Db Object Def' containment reference.HierarchicalDef
getHierarchicalDef()
Returns the value of the 'Hierarchical Def' containment reference.OwnedTableDef
getOwnedTableDef()
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
setHierarchicalDef(HierarchicalDef value)
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
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
-
-
-
-
Method Detail
-
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(DbObjectDef)
,DbViewPackage.getDbViewTableDef_DbObjectDef()
-
setDbObjectDef
void setDbObjectDef(DbObjectDef value)
Sets the value of the 'Db Object Def
' containment reference.- Parameters:
value
- the new value of the 'Db Object Def' containment reference.- See Also:
getDbObjectDef()
-
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(DbNonObjectDef)
,DbViewPackage.getDbViewTableDef_DbNonObjectDef()
-
setDbNonObjectDef
void setDbNonObjectDef(DbNonObjectDef value)
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:
getDbNonObjectDef()
-
getHierarchicalDef
HierarchicalDef getHierarchicalDef()
Returns the value of the 'Hierarchical Def' containment reference.- Returns:
- the value of the 'Hierarchical Def' containment reference.
- See Also:
setHierarchicalDef(HierarchicalDef)
,DbViewPackage.getDbViewTableDef_HierarchicalDef()
-
setHierarchicalDef
void setHierarchicalDef(HierarchicalDef value)
Sets the value of the 'Hierarchical Def
' containment reference.- Parameters:
value
- the new value of the 'Hierarchical Def' containment reference.- See Also:
getHierarchicalDef()
-
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(OwnedTableDef)
,DbViewPackage.getDbViewTableDef_OwnedTableDef()
-
setOwnedTableDef
void setOwnedTableDef(OwnedTableDef value)
Sets the value of the 'Owned Table Def
' containment reference.- Parameters:
value
- the new value of the 'Owned Table Def' containment reference.- See Also:
getOwnedTableDef()
-
-