Interface Object

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getIdentifier()
      Returns the value of the 'Identifier' attribute.
      java.lang.String getType()
      Returns the value of the 'Type' attribute.
      void setIdentifier​(java.lang.String value)
      Sets the value of the 'Identifier' attribute.
      void setType​(java.lang.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.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • getType

        java.lang.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(String), HutnPackage.getObject_Type()
      • setType

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

        java.lang.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(String), HutnPackage.getObject_Identifier()
      • setIdentifier

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