Package com._1c.g5.v8.dt.metadata.dbview
Interface DbViewDef
-
- All Superinterfaces:
DbViewElement
,DuallyNamedElement
,org.eclipse.emf.ecore.EObject
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,Table
- All Known Subinterfaces:
DbViewDescriptionTempTable
,DbViewFromQuery
,DbViewNestedTableFromQuery
,DbViewOuterParamTable
,DbViewSelectDef
,DbViewTableDef
,UnresolvedDbView
- All Known Implementing Classes:
DbViewDefImpl
,DbViewDescriptionTempTableImpl
,DbViewFromQueryImpl
,DbViewNestedTableFromQueryImpl
,DbViewOuterParamTableImpl
,DbViewSelectDefImpl
,DbViewTableDefImpl
,UnresolvedDbViewImpl
public interface DbViewDef extends DbViewElement, Table
A representation of the model object 'Def'. Virtual database tableThe following features are supported:
- See Also:
DbViewPackage.getDbViewDef()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isInvisible()
Returns the value of the 'Invisible' attribute.void
setInvisible(boolean value)
Sets the value of the 'Invisible
' attribute.-
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
-
isInvisible
boolean isInvisible()
Returns the value of the 'Invisible' attribute.- Returns:
- the value of the 'Invisible' attribute.
- See Also:
setInvisible(boolean)
,DbViewPackage.getDbViewDef_Invisible()
-
setInvisible
void setInvisible(boolean value)
Sets the value of the 'Invisible
' attribute.- Parameters:
value
- the new value of the 'Invisible' attribute.- See Also:
isInvisible()
-
-