Interface Object

All Superinterfaces:
org.eclipse.emf.ecore.EObject, ModelElement, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
ClassObject, PackageObject
All Known Implementing Classes:
ClassObjectImpl, ObjectImpl, PackageObjectImpl

public interface Object extends ModelElement
A representation of the model object 'Object'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Identifier' attribute.
    Returns the value of the 'Type' attribute.
    void
    Sets the value of the 'Identifier' attribute.
    void
    setType(String value)
    Sets the value of the 'Type' attribute.

    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 org.eclipse.epsilon.hutn.model.hutn.ModelElement

    getCol, getLine, setCol, setLine

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

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details

    • getType

      String getType()
      Returns the value of the 'Type' attribute.

      If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Type' attribute.
      See Also:
    • setType

      void setType(String value)
      Sets the value of the 'Type' attribute.
      Parameters:
      value - the new value of the 'Type' attribute.
      See Also:
    • getIdentifier

      String getIdentifier()
      Returns the value of the 'Identifier' attribute.

      If the meaning of the 'Identifier' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Identifier' attribute.
      See Also:
    • setIdentifier

      void setIdentifier(String value)
      Sets the value of the 'Identifier' attribute.
      Parameters:
      value - the new value of the 'Identifier' attribute.
      See Also: