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

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

public enum FallSensorEvent
extends Enum<FallSensorEvent>

sensor events of fall sensor ISO 11073-10471

Author:
Thomas Fuxreiter (foex@gmx.at)

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

FALL_DETECTED

public static final FallSensorEvent FALL_DETECTED

NO_CONDITION_DETECTED

public static final FallSensorEvent NO_CONDITION_DETECTED
Method Detail

values

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

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

valueOf

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

toFallSensorEvent

public static FallSensorEvent toFallSensorEvent(String str)
convert String to enum item

Parameters:
str -
Returns:
enum item

getFallSensorEvent

public static FallSensorEvent getFallSensorEvent(int val)
convert int to enum item

Parameters:
int -
Returns:
enum item


Copyright © 2014 universAAL Consortium. All Rights Reserved.