Interface LiteralType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      FeatureMap getAny()
      Returns the value of the 'Any' attribute list.
      FeatureMap getMixed()
      Returns the value of the 'Mixed' attribute list.
      QName getType()
      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 Detail

      • 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:
        Fes20Package.getLiteralType_Mixed()
      • 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:
        Fes20Package.getLiteralType_Any()
      • 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(QName), Fes20Package.getLiteralType_Type()
      • setType

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