Package com._1c.g5.v8.dt.metadata.dbview
Interface DbViewSelectDef
-
- All Superinterfaces:
DbViewDef
,DbViewElement
,DuallyNamedElement
,org.eclipse.emf.ecore.EObject
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,Table
- All Known Implementing Classes:
DbViewSelectDefImpl
public interface DbViewSelectDef extends DbViewDef
A representation of the model object 'Select Def'. Database view based on SELECT
!!! Attention
if you're creating elements of this class
1) you MUST change method "getDbViewSelectDef" in class "com._1c.g5.v8.dt.ql.resource.DynamicDbViewFieldComputer"
2) you MUST add new state in "com._1c.g5.v8.dt.ql.resource.DbViewVirtualFieldProcessor"
!!! AttentionThe following features are supported:
- See Also:
DbViewPackage.getDbViewSelectDef()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<DbViewSelectParamDef>
getParams()
Returns the value of the 'Params' containment reference list.-
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
-
getParams
org.eclipse.emf.common.util.EList<DbViewSelectParamDef> getParams()
Returns the value of the 'Params' containment reference list. The list contents are of typeDbViewSelectParamDef
.- Returns:
- the value of the 'Params' containment reference list.
- See Also:
DbViewPackage.getDbViewSelectDef_Params()
-
-