Interface SimpleLiteral

  • All Superinterfaces:
    EObject, Notifier
    All Known Implementing Classes:
    SimpleLiteralImpl

    public interface SimpleLiteral
    extends EObject
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getName()  
      URI getScheme()  
      Object getValue()  
      void setName​(String value)
      Sets the value of the 'Name' reference.
      void setScheme​(URI value)
      Sets the value of the 'Scheme' attribute.
      void setValue​(Object value)
      Sets the value of the 'Value' attribute.
      • Methods inherited from interface EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • setName

        void setName​(String value)
        Sets the value of the 'Name' reference.
        Parameters:
        value - the new value of the 'Name' reference.
        See Also:
        getName()
      • setValue

        void setValue​(Object value)
        Sets the value of the 'Value' attribute.
        Parameters:
        value - the new value of the 'Value' attribute.
        See Also:
        getValue()
      • getScheme

        URI getScheme()
      • setScheme

        void setScheme​(URI value)
        Sets the value of the 'Scheme' attribute.
        Parameters:
        value - the new value of the 'Scheme' attribute.
        See Also:
        getScheme()