| Package | Description |
|---|---|
| com.equilibrium.model |
| Modifier and Type | Method and Description |
|---|---|
User.Gender |
User.getGender() |
static User.Gender |
User.Gender.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static User.Gender[] |
User.Gender.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
User.setGender(User.Gender gender) |
| Constructor and Description |
|---|
User(String userName,
String password,
String company,
String firstName,
String lastName,
String email,
Date dateOfBirth,
User.Gender gender,
String phone,
String carrier) |
Copyright © 2014 Equilibrium. All rights reserved.