Interface LiteralType

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

public interface LiteralType extends EObject
A representation of the model object 'Literal Type'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    FeatureMap
    Returns the value of the 'Any' attribute list.
    FeatureMap
    Returns the value of the 'Mixed' attribute list.
    Returns the value of the 'Type' attribute.
    void
    setType(QName value)
    Sets the value of the 'Type' 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

    • getMixed

      FeatureMap getMixed()
      Returns the value of the 'Mixed' attribute list. The list contents are of type FeatureMap.Entry.

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

      Returns:
      the value of the 'Mixed' attribute list.
      See Also:
    • getAny

      FeatureMap getAny()
      Returns the value of the 'Any' attribute list. The list contents are of type FeatureMap.Entry.

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

      Returns:
      the value of the 'Any' attribute list.
      See Also:
    • getType

      QName 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(QName value)
      Sets the value of the 'Type' attribute.
      Parameters:
      value - the new value of the 'Type' attribute.
      See Also: