Interface TypedLiteralType

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

    public interface TypedLiteralType
    extends EObject
    A representation of the model object 'Typed Literal Type'. A single value for a variable, encoded as a string. This type can be used for one value, for a spacing between allowed values, or for the default value of a parameter. The "type" attribute indicates the datatype of this value (default is a string). The value for a typed literal is found by applying the datatype mapping associated with the datatype URI to the lexical form string.

    The following features are supported:

    See Also:
    Wcs10Package.getTypedLiteralType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getType()
      Returns the value of the 'Type' attribute.
      String getValue()
      Returns the value of the 'Value' attribute.
      void setType​(String value)
      Sets the value of the 'Type' attribute.
      void setValue​(String 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

      • setValue

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

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