org.n52.oxf.ui.swing.sosMobile
Enum ShowSensorPosition_ConfiguratorController.State
java.lang.Object
java.lang.Enum<ShowSensorPosition_ConfiguratorController.State>
org.n52.oxf.ui.swing.sosMobile.ShowSensorPosition_ConfiguratorController.State
- All Implemented Interfaces:
- Serializable, Comparable<ShowSensorPosition_ConfiguratorController.State>
- Enclosing class:
- ShowSensorPosition_ConfiguratorController
public static enum ShowSensorPosition_ConfiguratorController.State
- extends Enum<ShowSensorPosition_ConfiguratorController.State>
enumeration to keep track of the state of the requests initiated by the ShowSensorPosition_Configure
dialog
NO_ACTIVE_REQUEST
public static final ShowSensorPosition_ConfiguratorController.State NO_ACTIVE_REQUEST
INITIALIZING_REQUEST
public static final ShowSensorPosition_ConfiguratorController.State INITIALIZING_REQUEST
WAITING_FOR_SERVICE
public static final ShowSensorPosition_ConfiguratorController.State WAITING_FOR_SERVICE
INITIALIZING_RESPONSE_DISPLAY
public static final ShowSensorPosition_ConfiguratorController.State INITIALIZING_RESPONSE_DISPLAY
DONE
public static final ShowSensorPosition_ConfiguratorController.State DONE
SELECTING
public static final ShowSensorPosition_ConfiguratorController.State SELECTING
values
public static ShowSensorPosition_ConfiguratorController.State[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ShowSensorPosition_ConfiguratorController.State c : ShowSensorPosition_ConfiguratorController.State.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ShowSensorPosition_ConfiguratorController.State valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
toString
public String toString()
- Overrides:
toString in class Enum<ShowSensorPosition_ConfiguratorController.State>
Copyright © 2005 - 2010 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.