Package | Description |
---|---|
com.moviejukebox.themoviedb.model |
Modifier and Type | Method and Description |
---|---|
PersonType |
PersonCredit.getPersonType() |
PersonType |
Person.getPersonType() |
static PersonType |
PersonType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersonType[] |
PersonType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PersonCredit.setPersonType(PersonType personType) |
void |
Person.setPersonType(PersonType personType) |
Copyright © 2012. All Rights Reserved.