org.fosstrak.llrp.client
Enum LLRPExceptionHandlerTypeMap

java.lang.Object
  extended by java.lang.Enum<LLRPExceptionHandlerTypeMap>
      extended by org.fosstrak.llrp.client.LLRPExceptionHandlerTypeMap
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<LLRPExceptionHandlerTypeMap>

public enum LLRPExceptionHandlerTypeMap
extends java.lang.Enum<LLRPExceptionHandlerTypeMap>


Enum Constant Summary
EXCEPTION_ADAPTER_LOST
           
EXCEPTION_ADAPTER_NOT_EXIST
           
EXCEPTION_ADAPTOR_ALREADY_EXISTS
           
EXCEPTION_ADAPTOR_MANAGEMENT_CONFIG_NOT_STORABLE
           
EXCEPTION_ADAPTOR_MANAGEMENT_NOT_INITIALIZED
           
EXCEPTION_MSG_SENDING_ERROR
           
EXCEPTION_MSG_SYNTAX_ERROR
           
EXCEPTION_NO_READER_CONFIG_MSG
           
EXCEPTION_NO_ROSPEC_MSG
           
EXCEPTION_READER_LOST
           
EXCEPTION_READER_NOT_EXIST
           
EXCEPTION_UNKOWN
           
 
Method Summary
static LLRPExceptionHandlerTypeMap valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LLRPExceptionHandlerTypeMap[] 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

EXCEPTION_ADAPTOR_MANAGEMENT_NOT_INITIALIZED

public static final LLRPExceptionHandlerTypeMap EXCEPTION_ADAPTOR_MANAGEMENT_NOT_INITIALIZED

EXCEPTION_ADAPTOR_MANAGEMENT_CONFIG_NOT_STORABLE

public static final LLRPExceptionHandlerTypeMap EXCEPTION_ADAPTOR_MANAGEMENT_CONFIG_NOT_STORABLE

EXCEPTION_READER_NOT_EXIST

public static final LLRPExceptionHandlerTypeMap EXCEPTION_READER_NOT_EXIST

EXCEPTION_ADAPTER_NOT_EXIST

public static final LLRPExceptionHandlerTypeMap EXCEPTION_ADAPTER_NOT_EXIST

EXCEPTION_ADAPTOR_ALREADY_EXISTS

public static final LLRPExceptionHandlerTypeMap EXCEPTION_ADAPTOR_ALREADY_EXISTS

EXCEPTION_READER_LOST

public static final LLRPExceptionHandlerTypeMap EXCEPTION_READER_LOST

EXCEPTION_ADAPTER_LOST

public static final LLRPExceptionHandlerTypeMap EXCEPTION_ADAPTER_LOST

EXCEPTION_MSG_SENDING_ERROR

public static final LLRPExceptionHandlerTypeMap EXCEPTION_MSG_SENDING_ERROR

EXCEPTION_NO_READER_CONFIG_MSG

public static final LLRPExceptionHandlerTypeMap EXCEPTION_NO_READER_CONFIG_MSG

EXCEPTION_NO_ROSPEC_MSG

public static final LLRPExceptionHandlerTypeMap EXCEPTION_NO_ROSPEC_MSG

EXCEPTION_MSG_SYNTAX_ERROR

public static final LLRPExceptionHandlerTypeMap EXCEPTION_MSG_SYNTAX_ERROR

EXCEPTION_UNKOWN

public static final LLRPExceptionHandlerTypeMap EXCEPTION_UNKOWN
Method Detail

values

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

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

valueOf

public static LLRPExceptionHandlerTypeMap valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null


Copyright © 2009. All Rights Reserved.