org.ceno.model
Interface DeveloperResourceStates

All Superinterfaces:
org.eclipse.emf.ecore.EObject, EObjectSerializable, org.eclipse.emf.common.notify.Notifier, java.io.Serializable
All Known Implementing Classes:
DeveloperResourceStatesImpl

public interface DeveloperResourceStates
extends EObjectSerializable

A representation of the model object 'Developer Resource States'.

The following features are supported:

See Also:
ModelPackage.getDeveloperResourceStates()

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

Method Detail

getStates

org.eclipse.emf.common.util.EList<DeveloperResourceState> getStates()
Returns the value of the 'States' reference list. The list contents are of type DeveloperResourceState.

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

Returns:
the value of the 'States' reference list.
See Also:
ModelPackage.getDeveloperResourceStates_States()