net.ogdf.ogml
Interface KeysType

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

public interface KeysType
extends EObject

A representation of the model object 'Keys Type'.

The following features are supported:

See Also:
OgmlPackage.getKeysType()
Rating red
Generated:
This code was automatically generated.
Model element:
extendedMetaData="name='keys.type'
kind='elementOnly'"

Method Summary
 EList<KeyType> getKey()
          Returns the value of the 'Key' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getKey

EList<KeyType> getKey()
Returns the value of the 'Key' containment reference list. The list contents are of type KeyType.

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

Returns:
the value of the 'Key' containment reference list.
See Also:
OgmlPackage.getKeysType_Key()
Generated:
This code was automatically generated.
Model element:
containment=true
extendedMetaData="kind='element'
name='key'
namespace='##targetNamespace'"