Package | Description |
---|---|
myorg.entityex.annotated |
Modifier and Type | Field and Description |
---|---|
private Dog.Breed |
Dog.breed |
Modifier and Type | Method and Description |
---|---|
Dog.Breed |
Dog.getBreed() |
static Dog.Breed |
Dog.Breed.getBreed(String prettyName) |
static Dog.Breed |
Dog.Breed.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dog.Breed[] |
Dog.Breed.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.setBreed(Dog.Breed breed) |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.