Interface BuiltIn

All Superinterfaces:
Element, org.eclipse.emf.ecore.EObject, IdentifiedElement, Member, org.eclipse.emf.common.notify.Notifier, Statement, VocabularyMember, VocabularyStatement
All Known Implementing Classes:
BuiltInImpl

public interface BuiltIn extends VocabularyStatement
A representation of the model object 'Built In'. BuiltIn is a [=member=] of a [=vocabulary=] that represents a builtin function

The following features are supported:

See Also:
Generated:
Model:
annotation="https://tabatkins.github.io/bikeshed heading='Vocabularies'"
  • Method Details

    • getRef

      BuiltIn getRef()
      Returns the value of the 'Ref' reference. A ref to another builtin
      Specified by:
      getRef in interface Member
      Returns:
      the value of the 'Ref' reference.
      See Also:
      Generated:
      Model:
    • setRef

      void setRef(BuiltIn value)
      Sets the value of the 'Ref' reference.
      Parameters:
      value - the new value of the 'Ref' reference.
      See Also:
      Generated: