Interface AbstractMetaDataType

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

    public interface AbstractMetaDataType
    extends EObject
    A representation of the model object 'Abstract Meta Data Type'. An abstract base type for complex metadata types.

    The following features are supported:

    See Also:
    GmlPackage.getAbstractMetaDataType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getId()
      Returns the value of the 'Id' attribute.
      FeatureMap getMixed()
      Returns the value of the 'Mixed' attribute list.
      void setId​(String value)
      Sets the value of the 'Id' 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:
        GmlPackage.getAbstractMetaDataType_Mixed()
      • getId

        String getId()
        Returns the value of the 'Id' attribute. Database handle for the object. It is of XML type "ID", so is constrained to be unique in the XML document within which it occurs. An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods. This is done by concatenating the URI for the document, a fragment separator "#", and the value of the id attribute.
        Returns:
        the value of the 'Id' attribute.
        See Also:
        setId(String), GmlPackage.getAbstractMetaDataType_Id()
      • setId

        void setId​(String value)
        Sets the value of the 'Id' attribute.
        Parameters:
        value - the new value of the 'Id' attribute.
        See Also:
        getId()