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,ExtendedDbViewTableDef,UnresolvedDbView
- All Known Implementing Classes:
DbViewDefImpl,DbViewDescriptionTempTableImpl,DbViewFromQueryImpl,DbViewNestedTableFromQueryImpl,DbViewOuterParamTableImpl,DbViewSelectDefImpl,DbViewTableDefImpl,ExtendedDbViewTableDefImpl,UnresolvedDbViewImpl
A representation of the model object 'Def'.
Virtual database table
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DbViewFieldDef>Returns the value of the 'Order Fields' reference list.booleanReturns the value of the 'Invisible' attribute.voidsetInvisible(boolean value) Sets the value of the 'Invisible' attribute.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
-
isInvisible
boolean isInvisible()Returns the value of the 'Invisible' attribute.- Returns:
- the value of the 'Invisible' attribute.
- See Also:
-
setInvisible
void setInvisible(boolean value) Sets the value of the 'Invisible' attribute.- Parameters:
value- the new value of the 'Invisible' attribute.- See Also:
-
getOrderFields
org.eclipse.emf.common.util.EList<DbViewFieldDef> getOrderFields()Returns the value of the 'Order Fields' reference list. The list contents are of typeDbViewFieldDef.- Returns:
- the value of the 'Order Fields' reference list.
- See Also:
-