Uses of Class
org.eclipse.emf.ecp.makeithappen.model.task.Nationality

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

Fields in org.eclipse.emf.ecp.makeithappen.model.task with type parameters of type Nationality
static List<Nationality> Nationality.VALUES
          A public read-only list of all the 'Nationality' enumerators.
 

Methods in org.eclipse.emf.ecp.makeithappen.model.task that return Nationality
static Nationality Nationality.get(int value)
          Returns the 'Nationality' literal with the specified integer value.
static Nationality Nationality.get(String literal)
          Returns the 'Nationality' literal with the specified literal value.
static Nationality Nationality.getByName(String name)
          Returns the 'Nationality' literal with the specified name.
 Nationality User.getNationality()
          Returns the value of the 'Nationality' attribute.
static Nationality Nationality.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Nationality[] Nationality.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.emf.ecp.makeithappen.model.task with parameters of type Nationality
 void User.setNationality(Nationality value)
          Sets the value of the 'Nationality' attribute.
 

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

Methods in org.eclipse.emf.ecp.makeithappen.model.task.impl that return Nationality
 Nationality TaskFactoryImpl.createNationalityFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
           
 Nationality UserImpl.getNationality()
           
 

Methods in org.eclipse.emf.ecp.makeithappen.model.task.impl with parameters of type Nationality
 void UserImpl.setNationality(Nationality newNationality)
           
 

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

Methods in org.eclipse.emf.ecp.makeithappen.model.task.util with parameters of type Nationality
 boolean TaskValidator.validateNationality(Nationality nationality, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 



Copyright © 2015. All Rights Reserved.