|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Gender | |
---|---|
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 Gender in org.eclipse.emf.ecp.makeithappen.model.task |
---|
Fields in org.eclipse.emf.ecp.makeithappen.model.task with type parameters of type Gender | |
---|---|
static List<Gender> |
Gender.VALUES
A public read-only list of all the 'Gender' enumerators. |
Methods in org.eclipse.emf.ecp.makeithappen.model.task that return Gender | |
---|---|
static Gender |
Gender.get(int value)
Returns the 'Gender' literal with the specified integer value. |
static Gender |
Gender.get(String literal)
Returns the 'Gender' literal with the specified literal value. |
static Gender |
Gender.getByName(String name)
Returns the 'Gender' literal with the specified name. |
Gender |
User.getGender()
Returns the value of the 'Gender' attribute. |
static Gender |
Gender.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Gender[] |
Gender.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 Gender | |
---|---|
void |
User.setGender(Gender value)
Sets the value of the ' Gender '
attribute. |
Uses of Gender in org.eclipse.emf.ecp.makeithappen.model.task.impl |
---|
Methods in org.eclipse.emf.ecp.makeithappen.model.task.impl that return Gender | |
---|---|
Gender |
TaskFactoryImpl.createGenderFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue)
|
Gender |
UserImpl.getGender()
|
Methods in org.eclipse.emf.ecp.makeithappen.model.task.impl with parameters of type Gender | |
---|---|
void |
UserImpl.setGender(Gender newGender)
|
Uses of Gender in org.eclipse.emf.ecp.makeithappen.model.task.util |
---|
Methods in org.eclipse.emf.ecp.makeithappen.model.task.util with parameters of type Gender | |
---|---|
boolean |
TaskValidator.validateGender(Gender gender,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |