|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use User | |
---|---|
org.eclipse.emf.ecp.makeithappen.model.task | |
org.eclipse.emf.ecp.makeithappen.model.task.impl | |
org.eclipse.emf.ecp.makeithappen.model.task.util |
Uses of User in org.eclipse.emf.ecp.makeithappen.model.task |
---|
Methods in org.eclipse.emf.ecp.makeithappen.model.task that return User | |
---|---|
User |
TaskFactory.createUser()
Returns a new object of class 'User'. |
User |
Task.getAssignee()
Returns the value of the 'Assignee' reference. |
Methods in org.eclipse.emf.ecp.makeithappen.model.task that return types with arguments of type User | |
---|---|
org.eclipse.emf.common.util.EList<User> |
UserGroup.getUsers()
Returns the value of the 'Users' containment reference list. |
Methods in org.eclipse.emf.ecp.makeithappen.model.task with parameters of type User | |
---|---|
void |
Task.setAssignee(User value)
Sets the value of the ' Assignee '
reference. |
Uses of User in org.eclipse.emf.ecp.makeithappen.model.task.impl |
---|
Classes in org.eclipse.emf.ecp.makeithappen.model.task.impl that implement User | |
---|---|
class |
UserImpl
An implementation of the model object 'User'. |
Methods in org.eclipse.emf.ecp.makeithappen.model.task.impl that return User | |
---|---|
User |
TaskImpl.basicGetAssignee()
|
User |
TaskFactoryImpl.createUser()
|
User |
TaskImpl.getAssignee()
|
Methods in org.eclipse.emf.ecp.makeithappen.model.task.impl that return types with arguments of type User | |
---|---|
org.eclipse.emf.common.util.EList<User> |
UserGroupImpl.getUsers()
|
Methods in org.eclipse.emf.ecp.makeithappen.model.task.impl with parameters of type User | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
TaskImpl.basicSetAssignee(User newAssignee,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
TaskImpl.setAssignee(User newAssignee)
|
Uses of User in org.eclipse.emf.ecp.makeithappen.model.task.util |
---|
Methods in org.eclipse.emf.ecp.makeithappen.model.task.util with parameters of type User | |
---|---|
T |
TaskSwitch.caseUser(User object)
Returns the result of interpreting the object as an instance of 'User'. |
boolean |
TaskValidator.validateUser(User user,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |