public static enum Fixture.FixtureField extends Enum<Fixture.FixtureField>
Enum Constant and Description |
---|
AWAY
Away Player.
|
DATE
Name.
|
HOME
Home player.
|
NEWDATE
NewDate.
|
RESULT
Result.
|
STATUS
Status.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Fixture.FixtureField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Fixture.FixtureField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Fixture.FixtureField DATE
public static final Fixture.FixtureField HOME
public static final Fixture.FixtureField AWAY
public static final Fixture.FixtureField RESULT
public static final Fixture.FixtureField NEWDATE
public static final Fixture.FixtureField STATUS
public static Fixture.FixtureField[] values()
for (Fixture.FixtureField c : Fixture.FixtureField.values()) System.out.println(c);
public static Fixture.FixtureField valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<Fixture.FixtureField>
Copyright © 2015. All rights reserved.