Package com._1c.g5.v8.dt.bsl.model
Interface BuiltinFunction
-
- All Superinterfaces:
DuallyNamedElement
,org.eclipse.emf.ecore.EObject
,NamedElement
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
BuiltinFunctionImpl
public interface BuiltinFunction extends DuallyNamedElement
A representation of the model object 'Builtin Function'.The following features are supported:
- See Also:
BslPackage.getBuiltinFunction()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<ParamSet>
getParamSets()
Returns the value of the 'Param Sets' containment reference list.-
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
-
getParamSets
org.eclipse.emf.common.util.EList<ParamSet> getParamSets()
Returns the value of the 'Param Sets' containment reference list. The list contents are of typeParamSet
.- Returns:
- the value of the 'Param Sets' containment reference list.
- See Also:
BslPackage.getBuiltinFunction_ParamSets()
-
-