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

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

public enum MotionSensorEvent
extends Enum<MotionSensorEvent>

sensor events of motion sensor ISO 11073-10471

Author:
Thomas Fuxreiter (foex@gmx.at)

Enum Constant Summary
MOTION_DETECTED
           
MOTION_DETECTED_DELAYED
           
NO_CONDITION_DETECTED
           
TAMPER_DETECTED
           
 
Method Summary
static MotionSensorEvent getMotionSensorEvent(int val)
          convert int to enum item
static MotionSensorEvent toMotionSensorEvent(String str)
          convert String to enum item
 int value()
           
static MotionSensorEvent valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MotionSensorEvent[] 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

MOTION_DETECTED

public static final MotionSensorEvent MOTION_DETECTED

MOTION_DETECTED_DELAYED

public static final MotionSensorEvent MOTION_DETECTED_DELAYED

TAMPER_DETECTED

public static final MotionSensorEvent TAMPER_DETECTED

NO_CONDITION_DETECTED

public static final MotionSensorEvent NO_CONDITION_DETECTED
Method Detail

values

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

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

valueOf

public static MotionSensorEvent 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()

toMotionSensorEvent

public static MotionSensorEvent toMotionSensorEvent(String str)
convert String to enum item

Parameters:
str -
Returns:
enum item

getMotionSensorEvent

public static MotionSensorEvent getMotionSensorEvent(int val)
convert int to enum item

Parameters:
int -
Returns:
enum item


Copyright © 2014 universAAL Consortium. All Rights Reserved.