Package | Description |
---|---|
animals | |
dataClasses | |
enums |
Modifier and Type | Method and Description |
---|---|
void |
Cow.setCalvingInterval(CalvingInterval interval) |
Modifier and Type | Method and Description |
---|---|
CalvingInterval |
BirthCalculator.getCalvingInterval() |
Modifier and Type | Method and Description |
---|---|
static CalvingInterval |
CalvingInterval.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CalvingInterval[] |
CalvingInterval.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|