| Package | Description |
|---|---|
| com.intuit.ipp.data |
| Modifier and Type | Field and Description |
|---|---|
protected Gender |
Employee.gender |
| Modifier and Type | Method and Description |
|---|---|
static Gender |
Gender.fromValue(String v) |
Gender |
Employee.getGender()
Gets the value of the gender property.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Employee.setGender(Gender value)
Sets the value of the gender property.
|
Copyright © 2019. All Rights Reserved.