Package | Description |
---|---|
domain |
This package contains a class hierarchy used for testing JSR107.
|
Modifier and Type | Method and Description |
---|---|
Sex |
Dog.getSex() |
static Sex |
Sex.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sex[] |
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.sex(Sex sex) |
Constructor and Description |
---|
Dog(Identifier name,
String color,
int weightInKg,
long lengthInCm,
long heightInCm,
Sex sex,
boolean neutered) |
cache2k API documentation. Copyright © 2000–2018 headissue GmbH, Munich.