org.fosstrak.hal.transponder
Enum TransponderManufacturer

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

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


Enum Constant Summary
EMMICRO
           
FUJITSU
           
INFINEON
           
KSW
           
PHILIPS
           
STMICRO
           
TI
           
UNKNOWN
           
 
Method Summary
 int getCode()
           
static TransponderManufacturer getTransponderManufacturer(int code)
           
static TransponderManufacturer valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TransponderManufacturer[] 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

STMICRO

public static final TransponderManufacturer STMICRO

PHILIPS

public static final TransponderManufacturer PHILIPS

INFINEON

public static final TransponderManufacturer INFINEON

TI

public static final TransponderManufacturer TI

FUJITSU

public static final TransponderManufacturer FUJITSU

EMMICRO

public static final TransponderManufacturer EMMICRO

KSW

public static final TransponderManufacturer KSW

UNKNOWN

public static final TransponderManufacturer UNKNOWN
Method Detail

values

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

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

valueOf

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

getCode

public int getCode()

getTransponderManufacturer

public static TransponderManufacturer getTransponderManufacturer(int code)


Copyright © 2008. All Rights Reserved.