Interface AbstractGMLType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      StringOrRefType getDescription()
      Returns the value of the 'Description' containment reference.
      EList getMetaDataProperty()
      Returns the value of the 'Meta Data Property' containment reference list.
      EList getName()
      Returns the value of the 'Name' containment reference list.
      void setDescription​(StringOrRefType value)
      Sets the value of the 'Description' containment reference.
      • 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

      • getMetaDataProperty

        EList getMetaDataProperty()
        Returns the value of the 'Meta Data Property' containment reference list. The list contents are of type MetaDataPropertyType. Contains or refers to a metadata package that contains metadata properties.
        Returns:
        the value of the 'Meta Data Property' containment reference list.
        See Also:
        GmlPackage.getAbstractGMLType_MetaDataProperty()
      • setDescription

        void setDescription​(StringOrRefType value)
        Sets the value of the 'Description' containment reference.
        Parameters:
        value - the new value of the 'Description' containment reference.
        See Also:
        getDescription()
      • getName

        EList getName()
        Returns the value of the 'Name' containment reference list. The list contents are of type CodeType. Multiple names may be provided. These will often be distinguished by being assigned by different authorities, as indicated by the value of the codeSpace attribute. In an instance document there will usually only be one name per authority.
        Returns:
        the value of the 'Name' containment reference list.
        See Also:
        GmlPackage.getAbstractGMLType_Name()