net.ogdf.ogml
Interface KeyType

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

public interface KeyType
extends EObject

A representation of the model object 'Key Type'.

The following features are supported:

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

Method Summary
 String getId()
          Returns the value of the 'Id' attribute.
 EList<KeyValueType> getKeyValue()
          Returns the value of the 'Key Value' containment reference list.
 void setId(String value)
          Sets the value of the 'Id' attribute.
 
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

getKeyValue

EList<KeyValueType> getKeyValue()
Returns the value of the 'Key Value' containment reference list. The list contents are of type KeyValueType.

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

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

getId

String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), OgmlPackage.getKeyType_Id()
Generated:
This code was automatically generated.
Model element:
id=true
dataType=org.eclipse.emf.ecore.xml.type.ID
required=true
extendedMetaData="kind='attribute'
name='id'
namespace='##targetNamespace'"

setId

void setId(String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated:
This code was automatically generated.