Interface AppinfoType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      FeatureMap getAny()
      Returns the value of the 'Any' attribute list.
      FeatureMap getAnyAttribute()
      Returns the value of the 'Any Attribute' attribute list.
      FeatureMap getGroup()
      Returns the value of the 'Group' attribute list.
      FeatureMap getMixed()
      Returns the value of the 'Mixed' attribute list.
      String getSource()
      Returns the value of the 'Source' attribute.
      void setSource​(String value)
      Sets the value of the 'Source' 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.
        Returns:
        the value of the 'Mixed' attribute list.
        See Also:
        SchemaPackage.getAppinfoType_Mixed()
      • getGroup

        FeatureMap getGroup()
        Returns the value of the 'Group' attribute list. The list contents are of type FeatureMap.Entry.
        Returns:
        the value of the 'Group' attribute list.
        See Also:
        SchemaPackage.getAppinfoType_Group()
      • getAny

        FeatureMap getAny()
        Returns the value of the 'Any' attribute list. The list contents are of type FeatureMap.Entry.
        Returns:
        the value of the 'Any' attribute list.
        See Also:
        SchemaPackage.getAppinfoType_Any()
      • setSource

        void setSource​(String value)
        Sets the value of the 'Source' attribute.
        Parameters:
        value - the new value of the 'Source' attribute.
        See Also:
        getSource()
      • getAnyAttribute

        FeatureMap getAnyAttribute()
        Returns the value of the 'Any Attribute' attribute list. The list contents are of type FeatureMap.Entry.
        Returns:
        the value of the 'Any Attribute' attribute list.
        See Also:
        SchemaPackage.getAppinfoType_AnyAttribute()