org.universAAL.middleware.interfaces.aalspace
Enum AALSpaceStatus

Package class diagram package AALSpaceStatus
java.lang.Object
  extended by java.lang.Enum<AALSpaceStatus>
      extended by org.universAAL.middleware.interfaces.aalspace.AALSpaceStatus
All Implemented Interfaces:
Serializable, Comparable<AALSpaceStatus>

public enum AALSpaceStatus
extends Enum<AALSpaceStatus>

The enum list the status of the AALSpace

Author:
Michele Girolami

Enum Constant Summary
INSTALLED_UAAP
           
INSTALLING_UAAP
           
REMOVED_UAAP
           
REMOVING_UAAP
           
STARTED
           
STOPPD
           
STOPPING
           
 
Method Summary
static AALSpaceStatus valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AALSpaceStatus[] 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, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

STARTED

public static final AALSpaceStatus STARTED

STOPPING

public static final AALSpaceStatus STOPPING

STOPPD

public static final AALSpaceStatus STOPPD

INSTALLING_UAAP

public static final AALSpaceStatus INSTALLING_UAAP

INSTALLED_UAAP

public static final AALSpaceStatus INSTALLED_UAAP

REMOVING_UAAP

public static final AALSpaceStatus REMOVING_UAAP

REMOVED_UAAP

public static final AALSpaceStatus REMOVED_UAAP
Method Detail

values

public static AALSpaceStatus[] 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 (AALSpaceStatus c : AALSpaceStatus.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static AALSpaceStatus 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


Copyright © 2014 universAAL Consortium. All Rights Reserved.