org.n52.oxf.ui.swing.sosMobile
Enum ShowDomainFeature_ConfiguratorController.State
java.lang.Object
java.lang.Enum<ShowDomainFeature_ConfiguratorController.State>
org.n52.oxf.ui.swing.sosMobile.ShowDomainFeature_ConfiguratorController.State
- All Implemented Interfaces:
- Serializable, Comparable<ShowDomainFeature_ConfiguratorController.State>
- Enclosing class:
- ShowDomainFeature_ConfiguratorController
public static enum ShowDomainFeature_ConfiguratorController.State
- extends Enum<ShowDomainFeature_ConfiguratorController.State>
enumeration to keep track of the state of the requests initiated by the ShowSensorPosition_Configre
dialog
NO_ACTIVE_REQUEST
public static final ShowDomainFeature_ConfiguratorController.State NO_ACTIVE_REQUEST
INITIALIZING_REQUEST
public static final ShowDomainFeature_ConfiguratorController.State INITIALIZING_REQUEST
WAITING_FOR_SERVICE
public static final ShowDomainFeature_ConfiguratorController.State WAITING_FOR_SERVICE
INITIALIZING_RESPONSE_DISPLAY
public static final ShowDomainFeature_ConfiguratorController.State INITIALIZING_RESPONSE_DISPLAY
DONE
public static final ShowDomainFeature_ConfiguratorController.State DONE
SELECTING
public static final ShowDomainFeature_ConfiguratorController.State SELECTING
values
public static ShowDomainFeature_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 (ShowDomainFeature_ConfiguratorController.State c : ShowDomainFeature_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 ShowDomainFeature_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<ShowDomainFeature_ConfiguratorController.State>
Copyright © 2005 - 2010 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.