Package | Description |
---|---|
cusack.hcg.database |
Modifier and Type | Method and Description |
---|---|
User.Education |
User.getEducation() |
static User.Education |
User.Education.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static User.Education[] |
User.Education.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.setEducation(User.Education education) |
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) |