Package | Description |
---|---|
net.sourceforge.jhunters.pool.data |
Pool League Data.
|
Modifier and Type | Method and Description |
---|---|
static Result |
Result.fromName(String pValue)
get value from name.
|
Result |
Fixture.getResult()
Obtain the result.
|
Result |
CompetitionFixtures.FixtureRecord.getResult()
Obtain result.
|
Result |
Result.reverse()
reverse value.
|
static Result |
Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Result[] |
Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ObjectProperty<Result> |
Fixture.resultProperty()
Obtain the result property.
|
Modifier and Type | Method and Description |
---|---|
void |
Fixture.setResult(Result pResult)
Set the result.
|
Copyright © 2015. All rights reserved.