org.eclipse.gmf.tooldef
Interface ItemRef

All Superinterfaces:
org.eclipse.emf.ecore.EObject, ItemBase, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ItemRefImpl

public interface ItemRef
extends ItemBase

A representation of the model object 'Item Ref'.

The following features are supported:

See Also:
GMFToolPackage.getItemRef()
Generated
Model Properties:

Method Summary
 ItemBase getItem()
          Returns the value of the 'Item' reference.
 void setItem(ItemBase value)
          Sets the value of the 'Item' reference.
 
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

getItem

ItemBase getItem()
Returns the value of the 'Item' reference.

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

Returns:
the value of the 'Item' reference.
See Also:
setItem(ItemBase), GMFToolPackage.getItemRef_Item()
Generated
Model Properties:
required="true"

setItem

void setItem(ItemBase value)
Sets the value of the 'Item' reference.

Parameters:
value - the new value of the 'Item' reference.
See Also:
getItem()
Generated


Copyright © 2012. All Rights Reserved.