Package | Description |
---|---|
main.java.com.djrapitops.plan.api | |
main.java.com.djrapitops.plan.data |
Modifier and Type | Method and Description |
---|---|
static Gender |
Gender.parse(String name)
Gets the Enum that corresponds to the name.
|
static Gender |
Gender.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Gender[] |
Gender.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Gender |
DemographicsData.getGender()
Get the gender of the player.
|
Modifier and Type | Method and Description |
---|---|
void |
DemographicsData.setGender(Gender gender)
Set the gender of the player.
|
Constructor and Description |
---|
DemographicsData(int age,
Gender gender,
String geoLocation)
Creates demographics data object from existing data.
|
Copyright © 2017. All rights reserved.