Uses of Interface
org.eclipse.emf.ecp.makeithappen.model.task.UserGroup

Packages that use UserGroup
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 UserGroup in org.eclipse.emf.ecp.makeithappen.model.task
 

Methods in org.eclipse.emf.ecp.makeithappen.model.task that return UserGroup
 UserGroup TaskFactory.createUserGroup()
          Returns a new object of class 'User Group'.
 

Uses of UserGroup in org.eclipse.emf.ecp.makeithappen.model.task.impl
 

Classes in org.eclipse.emf.ecp.makeithappen.model.task.impl that implement UserGroup
 class UserGroupImpl
          An implementation of the model object 'User Group'.
 

Methods in org.eclipse.emf.ecp.makeithappen.model.task.impl that return UserGroup
 UserGroup TaskFactoryImpl.createUserGroup()
           
 

Uses of UserGroup in org.eclipse.emf.ecp.makeithappen.model.task.util
 

Methods in org.eclipse.emf.ecp.makeithappen.model.task.util with parameters of type UserGroup
 T TaskSwitch.caseUserGroup(UserGroup object)
          Returns the result of interpreting the object as an instance of 'User Group'.
 boolean TaskValidator.validateUserGroup(UserGroup userGroup, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 



Copyright © 2015. All Rights Reserved.