|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Task
A representation of the model object 'Task'.
The following features are supported:
TaskPackage.getTask()| Method Summary | |
|---|---|
User |
getAssignee()
Returns the value of the 'Assignee' reference. |
String |
getDescription()
Returns the value of the 'Description' attribute. |
Date |
getDueDate()
Returns the value of the 'Due Date' attribute. |
String |
getName()
Returns the value of the 'Name' attribute. |
org.eclipse.emf.common.util.EList<Task> |
getSubTasks()
Returns the value of the 'Sub Tasks' containment reference list. |
boolean |
hasName(org.eclipse.emf.common.util.DiagnosticChain chain,
Map<?,?> context)
|
boolean |
isDone()
Returns the value of the 'Done' attribute. |
void |
setAssignee(User value)
Sets the value of the ' Assignee'
reference. |
void |
setDescription(String value)
Sets the value of the ' Description' attribute. |
void |
setDone(boolean value)
Sets the value of the ' Done' attribute. |
void |
setDueDate(Date value)
Sets the value of the ' Due Date'
attribute. |
void |
setName(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 |
|---|
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
TaskPackage.getTask_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String),
TaskPackage.getTask_Description()void setDescription(String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()User getAssignee()
Tasks'.
If the meaning of the 'Assignee' reference isn't clear, there really should be more of a description here...
setAssignee(User),
TaskPackage.getTask_Assignee(),
User.getTasks()void setAssignee(User value)
Assignee'
reference.
value - the new value of the 'Assignee' reference.getAssignee()Date getDueDate()
If the meaning of the 'Due Date' attribute isn't clear, there really should be more of a description here...
setDueDate(Date),
TaskPackage.getTask_DueDate()void setDueDate(Date value)
Due Date'
attribute.
value - the new value of the 'Due Date' attribute.getDueDate()org.eclipse.emf.common.util.EList<Task> getSubTasks()
Task.
If the meaning of the 'Sub Tasks' containment reference list isn't clear, there really should be more of a description here...
TaskPackage.getTask_SubTasks()boolean isDone()
If the meaning of the 'Done' attribute isn't clear, there really should be more of a description here...
setDone(boolean),
TaskPackage.getTask_Done()void setDone(boolean value)
Done' attribute.
value - the new value of the 'Done' attribute.isDone()
boolean hasName(org.eclipse.emf.common.util.DiagnosticChain chain,
Map<?,?> context)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||