|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeveloperResourceState
A representation of the model object 'Developer Resource State'.
The following features are supported:
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 |
---|
Developer getDeveloper()
If the meaning of the 'Developer' reference isn't clear, there really should be more of a description here...
setDeveloper(Developer)
,
ModelPackage.getDeveloperResourceState_Developer()
void setDeveloper(Developer value)
Developer
' reference.
value
- the new value of the 'Developer' reference.getDeveloper()
org.eclipse.emf.common.util.EList<Resource> getOpenedResources()
Resource
.
If the meaning of the 'Opened Resources' reference list isn't clear, there really should be more of a description here...
ModelPackage.getDeveloperResourceState_OpenedResources()
java.util.Date getTimestamp()
If the meaning of the 'Timestamp' attribute isn't clear, there really should be more of a description here...
setTimestamp(Date)
,
ModelPackage.getDeveloperResourceState_Timestamp()
void setTimestamp(java.util.Date value)
Timestamp
' attribute.
value
- the new value of the 'Timestamp' attribute.getTimestamp()
int getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(int)
,
ModelPackage.getDeveloperResourceState_Id()
void setId(int value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |