org.graphdrawing.graphml
Interface DataExtensionType
- All Superinterfaces:
- EObject, Notifier
- All Known Subinterfaces:
- DataType, DefaultType
- All Known Implementing Classes:
- DataExtensionTypeImpl, DataTypeImpl, DefaultTypeImpl
public interface DataExtensionType
- extends EObject
A representation of the model object 'Data Extension Type'.
Extension mechanism for the content of <data> and <default>.
The complex type data-extension.type is empty per default.
Users may redefine this type in order to add content to
the complex types data.type and default.type which are
extensions of data-extension.type.
The following features are supported:
- See Also:
GraphMLPackage.getDataExtensionType()
- Rating

- Generated:
- This code was automatically generated.
- Model element:
extendedMetaData | = | "name='data-extension.type' |
kind | = | 'mixed'" |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
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:
GraphMLPackage.getDataExtensionType_Mixed()
- Generated:
- This code was automatically generated.
- Model element:
unique | = | false |
dataType | = | org.eclipse.emf.ecore.EFeatureMapEntry |
many | = | true |
extendedMetaData | = | "kind='elementWildcard' |
name | = | ':mixed'" |