org.ceno.model
Interface DeveloperResourceState

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

public interface DeveloperResourceState
extends EObjectSerializable

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

The following features are supported:

See Also:
ModelPackage.getDeveloperResourceState()

Method Summary
 Developer getDeveloper()
          Returns the value of the 'Developer' reference
 int getId()
          Returns the value of the 'Id' attribute
 org.eclipse.emf.common.util.EList<Resource> getOpenedResources()
          Returns the value of the 'Opened Resources' reference list.
 java.util.Date getTimestamp()
          Returns the value of the 'Timestamp' attribute
 void setDeveloper(Developer value)
          Sets the value of the 'Developer' reference
 void setId(int value)
          Sets the value of the 'Id' attribute
 void setTimestamp(java.util.Date value)
          Sets the value of the 'Timestamp' attribute
 
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

getDeveloper

Developer getDeveloper()
Returns the value of the 'Developer' reference.

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

Returns:
the value of the 'Developer' reference.
See Also:
setDeveloper(Developer), ModelPackage.getDeveloperResourceState_Developer()

setDeveloper

void setDeveloper(Developer value)
Sets the value of the 'Developer' reference.

Parameters:
value - the new value of the 'Developer' reference.
See Also:
getDeveloper()

getOpenedResources

org.eclipse.emf.common.util.EList<Resource> getOpenedResources()
Returns the value of the 'Opened Resources' reference list. The list contents are of type Resource.

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

Returns:
the value of the 'Opened Resources' reference list.
See Also:
ModelPackage.getDeveloperResourceState_OpenedResources()

getTimestamp

java.util.Date getTimestamp()
Returns the value of the 'Timestamp' attribute.

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

Returns:
the value of the 'Timestamp' attribute.
See Also:
setTimestamp(Date), ModelPackage.getDeveloperResourceState_Timestamp()

setTimestamp

void setTimestamp(java.util.Date value)
Sets the value of the 'Timestamp' attribute.

Parameters:
value - the new value of the 'Timestamp' attribute.
See Also:
getTimestamp()

getId

int 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(int), ModelPackage.getDeveloperResourceState_Id()

setId

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

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()