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

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

public enum ContactClosureSensorEvent
extends Enum<ContactClosureSensorEvent>

sensor events of contact closure sensor ISO 11073-10471

Author:
Thomas Fuxreiter (foex@gmx.at)

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

CONTACT_OPENED

public static final ContactClosureSensorEvent CONTACT_OPENED

CONTACT_CLOSED

public static final ContactClosureSensorEvent CONTACT_CLOSED

NO_CONDITION_DETECTED

public static final ContactClosureSensorEvent NO_CONDITION_DETECTED
Method Detail

values

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

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

valueOf

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

toContactClosureSensorEvent

public static ContactClosureSensorEvent toContactClosureSensorEvent(String str)
convert String to enum item

Parameters:
str -
Returns:
enum item

getContactClosureSensorEvent

public static ContactClosureSensorEvent getContactClosureSensorEvent(int val)
convert int to enum item

Parameters:
int -
Returns:
enum item


Copyright © 2014 universAAL Consortium. All Rights Reserved.