Package | Description |
---|---|
com.ftpix.sherdogparser.models | |
com.ftpix.sherdogparser.parsers |
Modifier and Type | Method and Description |
---|---|
static FightType |
FightType.fromString(String type) |
FightType |
Fight.getType() |
static FightType |
FightType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FightType[] |
FightType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Fight.setType(FightType type) |
Modifier and Type | Method and Description |
---|---|
static FightType |
ParserUtils.getFightType(Sherdog parser,
Fight fight)
Gets the type of a fight (Pro, amateur etc...)
|
Copyright © 2019. All rights reserved.