org.eclipse.emf.test.models.key
Interface Item

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

public interface Item
extends EObject

A representation of the model object 'Item'.

The following features are supported:

See Also:
KeyPackage.getItem()

Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 EList<Item> getRelatedItems()
          Returns the value of the 'Related Items' reference list.
 EList<java.lang.String> getSignature()
          Returns the value of the 'Signature' attribute list.
 void setName(java.lang.String value)
          Sets the value of the 'Name' 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

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), KeyPackage.getItem_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getSignature

EList<java.lang.String> getSignature()
Returns the value of the 'Signature' attribute list. The list contents are of type String.

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

Returns:
the value of the 'Signature' attribute list.
See Also:
KeyPackage.getItem_Signature()

getRelatedItems

EList<Item> getRelatedItems()
Returns the value of the 'Related Items' reference list. The list contents are of type Item.

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

Returns:
the value of the 'Related Items' reference list.
See Also:
KeyPackage.getItem_RelatedItems()

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.