Package | Description |
---|---|
com.marklogic.client.example.cookbook.datamovement |
Modifier and Type | Method and Description |
---|---|
Employee.Gender |
Employee.getGender() |
static Employee.Gender |
Employee.Gender.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Employee.Gender[] |
Employee.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(Employee.Gender gender) |
Copyright © 2013-2020 MarkLogic Corporation.