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:
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.emf.common.util.EList<ParamSet>
    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

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details

    • getParamSets

      org.eclipse.emf.common.util.EList<ParamSet> getParamSets()
      Returns the value of the 'Param Sets' containment reference list. The list contents are of type ParamSet.
      Returns:
      the value of the 'Param Sets' containment reference list.
      See Also: