Interface SimpleLiteral

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

public interface SimpleLiteral extends EObject
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
    void
    setName(String value)
    Sets the value of the 'Name' reference.
    void
    setScheme(URI value)
    Sets the value of the 'Scheme' attribute.
    void
    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 Details

    • getName

      String getName()
    • setName

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

      Object getValue()
    • setValue

      void setValue(Object value)
      Sets the value of the 'Value' attribute.
      Parameters:
      value - the new value of the 'Value' attribute.
      See Also:
    • 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: