Package com._1c.g5.v8.dt.metadata.dbview
Interface DbViewSelectParamDef
- All Superinterfaces:
DuallyNamedElement
,org.eclipse.emf.ecore.EObject
,NamedElement
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DbViewSelectParamDefImpl
A representation of the model object 'Select Param Def'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DbViewFieldDef>
fields()
org.eclipse.emf.common.util.EList<DbViewFieldDef>
Returns the value of the 'Field Defs' containment reference list.org.eclipse.emf.common.util.EList<DbViewFieldDef>
Returns the value of the 'Field Refs' reference list.int
getKind()
Returns the value of the 'Kind' attribute.getType()
Returns the value of the 'Type' containment reference.org.eclipse.emf.common.util.EList<DbViewSelectParamVariant>
Returns the value of the 'Variants' containment reference list.void
setKind
(int value) Sets the value of the 'Kind
' attribute.void
setType
(TypeDescription value) Sets the value of the 'Type
' containment reference.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
-
getKind
int getKind()Returns the value of the 'Kind' attribute. The default value is"1"
.- Returns:
- the value of the 'Kind' attribute.
- See Also:
-
setKind
void setKind(int value) Sets the value of the 'Kind
' attribute.- Parameters:
value
- the new value of the 'Kind' attribute.- See Also:
-
getFieldRefs
org.eclipse.emf.common.util.EList<DbViewFieldDef> getFieldRefs()Returns the value of the 'Field Refs' reference list. The list contents are of typeDbViewFieldDef
.- Returns:
- the value of the 'Field Refs' reference list.
- See Also:
-
getFieldDefs
org.eclipse.emf.common.util.EList<DbViewFieldDef> getFieldDefs()Returns the value of the 'Field Defs' containment reference list. The list contents are of typeDbViewFieldDef
.- Returns:
- the value of the 'Field Defs' containment reference list.
- See Also:
-
getVariants
org.eclipse.emf.common.util.EList<DbViewSelectParamVariant> getVariants()Returns the value of the 'Variants' containment reference list. The list contents are of typeDbViewSelectParamVariant
.- Returns:
- the value of the 'Variants' containment reference list.
- See Also:
-
getType
TypeDescription getType()Returns the value of the 'Type' containment reference.- Returns:
- the value of the 'Type' containment reference.
- See Also:
-
setType
Sets the value of the 'Type
' containment reference.- Parameters:
value
- the new value of the 'Type' containment reference.- See Also:
-
fields
org.eclipse.emf.common.util.EList<DbViewFieldDef> fields()
-