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
public interface DbViewSelectParamDef extends DuallyNamedElement
A representation of the model object 'Select Param Def'.The following features are supported:
- See Also:
DbViewPackage.getDbViewSelectParamDef()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<DbViewFieldDef>
fields()
org.eclipse.emf.common.util.EList<DbViewFieldDef>
getFieldDefs()
Returns the value of the 'Field Defs' containment reference list.org.eclipse.emf.common.util.EList<DbViewFieldDef>
getFieldRefs()
Returns the value of the 'Field Refs' reference list.int
getKind()
Returns the value of the 'Kind' attribute.TypeDescription
getType()
Returns the value of the 'Type' containment reference.org.eclipse.emf.common.util.EList<DbViewSelectParamVariant>
getVariants()
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
-
-
-
-
Method Detail
-
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(int)
,DbViewPackage.getDbViewSelectParamDef_Kind()
-
setKind
void setKind(int value)
Sets the value of the 'Kind
' attribute.- Parameters:
value
- the new value of the 'Kind' attribute.- See Also:
getKind()
-
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:
DbViewPackage.getDbViewSelectParamDef_FieldRefs()
-
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:
DbViewPackage.getDbViewSelectParamDef_FieldDefs()
-
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:
DbViewPackage.getDbViewSelectParamDef_Variants()
-
getType
TypeDescription getType()
Returns the value of the 'Type' containment reference.- Returns:
- the value of the 'Type' containment reference.
- See Also:
setType(TypeDescription)
,DbViewPackage.getDbViewSelectParamDef_Type()
-
setType
void setType(TypeDescription value)
Sets the value of the 'Type
' containment reference.- Parameters:
value
- the new value of the 'Type' containment reference.- See Also:
getType()
-
fields
org.eclipse.emf.common.util.EList<DbViewFieldDef> fields()
-
-