org.universAAL.middleware.brokers.message.control
Enum ControlMessage.ControlMessageType

Package class diagram package ControlMessage.ControlMessageType
java.lang.Object
  extended by java.lang.Enum<ControlMessage.ControlMessageType>
      extended by org.universAAL.middleware.brokers.message.control.ControlMessage.ControlMessageType
All Implemented Interfaces:
Serializable, Comparable<ControlMessage.ControlMessageType>
Enclosing class:
ControlMessage

public static enum ControlMessage.ControlMessageType
extends Enum<ControlMessage.ControlMessageType>


Enum Constant Summary
AALSPACE_EVENT
           
GET_ATTRIBUTES
           
GET_ATTRIBUTES_RESPONSE
           
MATCH_ATTRIBUTES
           
MATCH_ATTRIBUTES_RESPONSE
           
 
Method Summary
static ControlMessage.ControlMessageType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ControlMessage.ControlMessageType[] 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

AALSPACE_EVENT

public static final ControlMessage.ControlMessageType AALSPACE_EVENT

GET_ATTRIBUTES

public static final ControlMessage.ControlMessageType GET_ATTRIBUTES

MATCH_ATTRIBUTES

public static final ControlMessage.ControlMessageType MATCH_ATTRIBUTES

GET_ATTRIBUTES_RESPONSE

public static final ControlMessage.ControlMessageType GET_ATTRIBUTES_RESPONSE

MATCH_ATTRIBUTES_RESPONSE

public static final ControlMessage.ControlMessageType MATCH_ATTRIBUTES_RESPONSE
Method Detail

values

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

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

valueOf

public static ControlMessage.ControlMessageType 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.