public static enum ObservableFeatureCollection.EVENT_TYPE extends Enum<ObservableFeatureCollection.EVENT_TYPE>
Modifier and Type | Method and Description |
---|---|
static ObservableFeatureCollection.EVENT_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObservableFeatureCollection.EVENT_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObservableFeatureCollection.EVENT_TYPE ADDED
public static final ObservableFeatureCollection.EVENT_TYPE REMOVED
public static ObservableFeatureCollection.EVENT_TYPE[] values()
for (ObservableFeatureCollection.EVENT_TYPE c : ObservableFeatureCollection.EVENT_TYPE.values()) System.out.println(c);
public static ObservableFeatureCollection.EVENT_TYPE 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 © 2014–2017 European Space Agency (ESA). All rights reserved.