Interface ManifestType

All Superinterfaces:
BasicIdentificationType, DescriptionType, EObject, Notifier
All Known Implementing Classes:
ManifestTypeImpl

public interface ManifestType extends BasicIdentificationType
A representation of the model object 'Manifest Type'. Unordered list of one or more groups of references to remote and/or local resources.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    EList
    Returns the value of the 'Reference Group' containment reference list.

    Methods inherited from interface BasicIdentificationType

    getIdentifier, getMetadata, setIdentifier

    Methods inherited from interface DescriptionType

    getAbstract, getKeywords, getTitle

    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

    • getReferenceGroup

      EList getReferenceGroup()
      Returns the value of the 'Reference Group' containment reference list. The list contents are of type ReferenceGroupType.

      If the meaning of the 'Reference Group' containment reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Reference Group' containment reference list.
      See Also: