| Package | Description |
|---|---|
| cusack.hcg.database |
| Modifier and Type | Method and Description |
|---|---|
User.ComputerExperience |
User.getComputerExperience() |
static User.ComputerExperience |
User.ComputerExperience.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static User.ComputerExperience[] |
User.ComputerExperience.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.setComputerExperience(User.ComputerExperience computerExperience) |
| Constructor and Description |
|---|
User(java.lang.String userName,
java.lang.String email,
int emailPreferences,
java.lang.String securityAnswer,
int yearOfBirth,
java.lang.String gender,
java.lang.String occupationMajor,
User.ComputerExperience computerExperience,
User.Education education,
java.lang.String firstName,
java.lang.String lastName,
java.lang.String country) |