org.fosstrak.hal.transponder
Enum TransponderModel

java.lang.Object
  extended by java.lang.Enum<TransponderModel>
      extended by org.fosstrak.hal.transponder.TransponderModel
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<TransponderModel>

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


Enum Constant Summary
EM4135
           
ICODE1
           
ICODEEPC
           
ICODESLI
           
ICODEUID
           
INFISO02P
           
INFISO10P
           
INFMYD02P
           
INFMYD10P
           
KSW
           
LRI512
           
LRI64
           
MB89R116
           
MB89R118
           
TAGITHFI
           
TAGITHFIPLUS
           
UNKNOWN
           
 
Method Summary
 int getBlocks()
           
 int getBlocksize()
           
 TransponderManufacturer getManufacturer()
           
static TransponderModel getTransponderSpec(java.lang.String transponderName)
           
 TransponderType getType()
           
static TransponderModel valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TransponderModel[] 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

EM4135

public static final TransponderModel EM4135

MB89R116

public static final TransponderModel MB89R116

MB89R118

public static final TransponderModel MB89R118

INFMYD10P

public static final TransponderModel INFMYD10P

INFMYD02P

public static final TransponderModel INFMYD02P

INFISO10P

public static final TransponderModel INFISO10P

INFISO02P

public static final TransponderModel INFISO02P

KSW

public static final TransponderModel KSW

ICODESLI

public static final TransponderModel ICODESLI

LRI512

public static final TransponderModel LRI512

LRI64

public static final TransponderModel LRI64

TAGITHFIPLUS

public static final TransponderModel TAGITHFIPLUS

TAGITHFI

public static final TransponderModel TAGITHFI

ICODE1

public static final TransponderModel ICODE1

ICODEEPC

public static final TransponderModel ICODEEPC

ICODEUID

public static final TransponderModel ICODEUID

UNKNOWN

public static final TransponderModel UNKNOWN
Method Detail

values

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

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

valueOf

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

getBlocks

public int getBlocks()

getBlocksize

public int getBlocksize()

getManufacturer

public TransponderManufacturer getManufacturer()

getType

public TransponderType getType()

getTransponderSpec

public static TransponderModel getTransponderSpec(java.lang.String transponderName)


Copyright © 2008. All Rights Reserved.