Package | Description |
---|---|
myorg.entityex.annotated |
Modifier and Type | Field and Description |
---|---|
private Dog.Sex |
Dog.gender |
Modifier and Type | Method and Description |
---|---|
Dog.Sex |
Dog.getGender() |
static Dog.Sex |
Dog.Sex.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dog.Sex[] |
Dog.Sex.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Dog |
Dog.setGender(Dog.Sex gender) |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.