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 SummaryAll 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.intgetKind()Returns the value of the 'Kind' attribute.TypeDescriptiongetType()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.voidsetKind(int value)Sets the value of the 'Kind' attribute.voidsetType(TypeDescription value)Sets the value of the 'Type' containment reference.- 
Methods inherited from interface com._1c.g5.v8.dt.mcore.DuallyNamedElementgetNameRu, setNameRu
 - 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface com._1c.g5.v8.dt.mcore.NamedElementgetName, setName
 
- 
 
- 
- 
- 
Method Detail- 
getKindint 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()
 
 - 
setKindvoid setKind(int value) Sets the value of the 'Kind' attribute.- Parameters:
- value- the new value of the 'Kind' attribute.
- See Also:
- getKind()
 
 - 
getFieldRefsorg.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()
 
 - 
getFieldDefsorg.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()
 
 - 
getVariantsorg.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()
 
 - 
getTypeTypeDescription getType() Returns the value of the 'Type' containment reference.- Returns:
- the value of the 'Type' containment reference.
- See Also:
- setType(TypeDescription),- DbViewPackage.getDbViewSelectParamDef_Type()
 
 - 
setTypevoid setType(TypeDescription value) Sets the value of the 'Type' containment reference.- Parameters:
- value- the new value of the 'Type' containment reference.
- See Also:
- getType()
 
 - 
fieldsorg.eclipse.emf.common.util.EList<DbViewFieldDef> fields() 
 
- 
 
-