public static enum Tile.ValidatedState extends Enum<Tile.ValidatedState>
This information is used along with the screen state to determine if a tile can be disposed.
Modifier and Type | Method and Description |
---|---|
static Tile.ValidatedState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tile.ValidatedState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tile.ValidatedState VALIDATED
public static final Tile.ValidatedState OLD
public static Tile.ValidatedState[] values()
for (Tile.ValidatedState c : Tile.ValidatedState.values()) System.out.println(c);
public static Tile.ValidatedState 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 nullCopyright © 1996–2019 Geotools. All rights reserved.