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