org.universAAL.lddi.lib.activityhub.devicemodel
Enum SwitchSensorEvent

Package class diagram package SwitchSensorEvent
java.lang.Object
  extended by java.lang.Enum<SwitchSensorEvent>
      extended by org.universAAL.lddi.lib.activityhub.devicemodel.SwitchSensorEvent
All Implemented Interfaces:
Serializable, Comparable<SwitchSensorEvent>

public enum SwitchSensorEvent
extends Enum<SwitchSensorEvent>

sensor events of switch sensor ISO 11073-10471

Author:
Thomas Fuxreiter (foex@gmx.at)

Enum Constant Summary
NO_CONDITION_DETECTED
           
SWITCH_OFF
           
SWITCH_ON
           
 
Method Summary
static SwitchSensorEvent getSwitchSensorEvent(int val)
          convert int to enum item
static SwitchSensorEvent toSwitchSensorEvent(String str)
          convert String to enum item
 int value()
           
static SwitchSensorEvent valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SwitchSensorEvent[] 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

SWITCH_ON

public static final SwitchSensorEvent SWITCH_ON

SWITCH_OFF

public static final SwitchSensorEvent SWITCH_OFF

NO_CONDITION_DETECTED

public static final SwitchSensorEvent NO_CONDITION_DETECTED
Method Detail

values

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

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

valueOf

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

value

public int value()

toSwitchSensorEvent

public static SwitchSensorEvent toSwitchSensorEvent(String str)
convert String to enum item

Parameters:
str -
Returns:
enum item

getSwitchSensorEvent

public static SwitchSensorEvent getSwitchSensorEvent(int val)
convert int to enum item

Parameters:
int -
Returns:
enum item


Copyright © 2014 universAAL Consortium. All Rights Reserved.