motej
Enum IrCameraSensitivity

java.lang.Object
  extended by java.lang.Enum<IrCameraSensitivity>
      extended by motej.IrCameraSensitivity
All Implemented Interfaces:
Serializable, Comparable<IrCameraSensitivity>

public enum IrCameraSensitivity
extends Enum<IrCameraSensitivity>

Author:
Volker Fritzsch

Enum Constant Summary
INIO
          Sensitivity settings as provided by inio.
MARCAN
          Sensitivity Settings as provided by Marcan.
WII_LEVEL_1
           
WII_LEVEL_2
           
WII_LEVEL_3
           
WII_LEVEL_4
           
WII_LEVEL_5
           
 
Method Summary
 byte[] block1()
           
 byte[] block2()
           
static IrCameraSensitivity valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IrCameraSensitivity[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

MARCAN

public static final IrCameraSensitivity MARCAN
Sensitivity Settings as provided by Marcan.


INIO

public static final IrCameraSensitivity INIO
Sensitivity settings as provided by inio.


WII_LEVEL_1

public static final IrCameraSensitivity WII_LEVEL_1

WII_LEVEL_2

public static final IrCameraSensitivity WII_LEVEL_2

WII_LEVEL_3

public static final IrCameraSensitivity WII_LEVEL_3

WII_LEVEL_4

public static final IrCameraSensitivity WII_LEVEL_4

WII_LEVEL_5

public static final IrCameraSensitivity WII_LEVEL_5
Method Detail

values

public static final IrCameraSensitivity[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(IrCameraSensitivity c : IrCameraSensitivity.values())
        System.out.println(c);

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

valueOf

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

block1

public byte[] block1()

block2

public byte[] block2()


Copyright © 2007-2009 Volker Fritzsch. All Rights Reserved.