Package | Description |
---|---|
relations |
Modifier and Type | Method and Description |
---|---|
Deity.Gender |
Deity.getGender() |
static Deity.Gender |
Deity.Gender.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Deity.Gender[] |
Deity.Gender.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Deity |
Deity.giveBirth(String childName,
Deity childFather,
Deity.Gender gender)
She's having a baby...
|
void |
Deity.setGender(Deity.Gender gender) |
Constructor and Description |
---|
Deity(String name,
Deity.Gender gender) |
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.