org.n52.oxf.ui.swing.sosMobile
Enum ShowSensorPosition_ConfiguratorController.State

java.lang.Object
  extended by java.lang.Enum<ShowSensorPosition_ConfiguratorController.State>
      extended by 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


Enum Constant Summary
DONE
           
INITIALIZING_REQUEST
           
INITIALIZING_RESPONSE_DISPLAY
           
NO_ACTIVE_REQUEST
           
SELECTING
           
WAITING_FOR_SERVICE
           
 
Method Summary
 String toString()
           
static ShowSensorPosition_ConfiguratorController.State valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ShowSensorPosition_ConfiguratorController.State[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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.