org.universAAL.middleware.managers.api
Enum InstallationResults

Package class diagram package InstallationResults
java.lang.Object
  extended by java.lang.Enum<InstallationResults>
      extended by org.universAAL.middleware.managers.api.InstallationResults
All Implemented Interfaces:
Serializable, Comparable<InstallationResults>

public enum InstallationResults
extends Enum<InstallationResults>

Version:
$LastChangedRevision$ ( $LastChangedDate$ )
Author:
Michele Girolami, Stefano Lenzi

Enum Constant Summary
APPLICATION_ALREADY_INSTALLED
           
APPLICATION_NOT_INSTALLED
           
DELEGATED
           
FAILURE
           
INVALID_DEPLOY_LAYOUT
           
LOCALLY_DELEGATED
           
MISSING_PEER
           
MPA_FILE_NOT_VALID
           
NO_AALSPACE_JOINED
           
NOT_A_DEPLOYMANAGER
           
OPERATION_TIMEOUT
           
SUCCESS
           
UAPP_URI_INVALID
           
UNKNOWN
           
 
Method Summary
static InstallationResults valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InstallationResults[] 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

SUCCESS

public static final InstallationResults SUCCESS

FAILURE

public static final InstallationResults FAILURE

NO_AALSPACE_JOINED

public static final InstallationResults NO_AALSPACE_JOINED

UAPP_URI_INVALID

public static final InstallationResults UAPP_URI_INVALID

DELEGATED

public static final InstallationResults DELEGATED

LOCALLY_DELEGATED

public static final InstallationResults LOCALLY_DELEGATED

NOT_A_DEPLOYMANAGER

public static final InstallationResults NOT_A_DEPLOYMANAGER

MPA_FILE_NOT_VALID

public static final InstallationResults MPA_FILE_NOT_VALID

UNKNOWN

public static final InstallationResults UNKNOWN

INVALID_DEPLOY_LAYOUT

public static final InstallationResults INVALID_DEPLOY_LAYOUT

MISSING_PEER

public static final InstallationResults MISSING_PEER

APPLICATION_NOT_INSTALLED

public static final InstallationResults APPLICATION_NOT_INSTALLED

APPLICATION_ALREADY_INSTALLED

public static final InstallationResults APPLICATION_ALREADY_INSTALLED

OPERATION_TIMEOUT

public static final InstallationResults OPERATION_TIMEOUT
Method Detail

values

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

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

valueOf

public static InstallationResults 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.