| Package | Description |
|---|---|
| com.omertron.themoviedbapi.enumeration | |
| com.omertron.themoviedbapi.model.person |
| Modifier and Type | Method and Description |
|---|---|
static Gender |
Gender.fromInteger(int type)
Get the gender from an integer type
|
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 |
PersonInfo.getGender() |
Copyright © 2012–2017. All rights reserved.