Interface MetadataType

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

public interface MetadataType extends EObject
A representation of the model object 'Metadata Type'. This element either references or contains more metadata about the element that includes this element. To reference metadata stored remotely, at least the xlinks:href attribute in xlink:simpleLink shall be included. Either at least one of the attributes in xlink:simpleLink or a substitute for the AbstractMetaData element shall be included, but not both. An Implementation Specification can restrict the contents of this element to always be a reference or always contain metadata. (Informative: This element was adapted from the metaDataProperty element in GML 3.0.)

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'About' attribute.
    EObject
    Returns the value of the 'Abstract Meta Data' containment reference.
    FeatureMap
    Returns the value of the 'Abstract Meta Data Group' attribute list.
     
    void
    Sets the value of the 'About' attribute.
    void
    Sets the value of the 'Title' 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

    • getAbstractMetaDataGroup

      FeatureMap getAbstractMetaDataGroup()
      Returns the value of the 'Abstract Meta Data Group' attribute list. The list contents are of type FeatureMap.Entry. Abstract element containing more metadata about the element that includes the containing "metadata" element. A specific server implementation, or an Implementation Specification, can define concrete elements in the AbstractMetaData substitution group.
      Returns:
      the value of the 'Abstract Meta Data Group' attribute list.
      See Also:
    • getAbstractMetaData

      EObject getAbstractMetaData()
      Returns the value of the 'Abstract Meta Data' containment reference. Abstract element containing more metadata about the element that includes the containing "metadata" element. A specific server implementation, or an Implementation Specification, can define concrete elements in the AbstractMetaData substitution group.
      Returns:
      the value of the 'Abstract Meta Data' containment reference.
      See Also:
    • getAbout

      String getAbout()
      Returns the value of the 'About' attribute. Optional reference to the aspect of the element which includes this "metadata" element that this metadata provides more information about.
      Returns:
      the value of the 'About' attribute.
      See Also:
    • setAbout

      void setAbout(String value)
      Sets the value of the 'About' attribute.
      Parameters:
      value - the new value of the 'About' attribute.
      See Also:
    • getTitle

      String getTitle()
    • setTitle

      void setTitle(String value)
      Sets the value of the 'Title' attribute.
      Parameters:
      value - the new value of the 'Title' attribute.
      See Also: