hep.geant4.jni
Enum tokenNum

java.lang.Object
  extended by java.lang.Enum<tokenNum>
      extended by hep.geant4.jni.tokenNum
All Implemented Interfaces:
Serializable, Comparable<tokenNum>

public enum tokenNum
extends Enum<tokenNum>


Enum Constant Summary
CONSTCHAR
           
CONSTDOUBLE
           
CONSTINT
           
CONSTSTRING
           
EQ
           
GE
           
GT
           
IDENTIFIER
           
LE
           
LOGICALAND
           
LOGICALOR
           
LT
           
NE
           
 
Method Summary
static tokenNum swigToEnum(int swigValue)
           
 int swigValue()
           
static tokenNum valueOf(String name)
          Returns the enum constant of this type with the specified name.
static tokenNum[] 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

IDENTIFIER

public static final tokenNum IDENTIFIER

CONSTINT

public static final tokenNum CONSTINT

CONSTDOUBLE

public static final tokenNum CONSTDOUBLE

CONSTCHAR

public static final tokenNum CONSTCHAR

CONSTSTRING

public static final tokenNum CONSTSTRING

GT

public static final tokenNum GT

GE

public static final tokenNum GE

LT

public static final tokenNum LT

LE

public static final tokenNum LE

EQ

public static final tokenNum EQ

NE

public static final tokenNum NE

LOGICALOR

public static final tokenNum LOGICALOR

LOGICALAND

public static final tokenNum LOGICALAND
Method Detail

values

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

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

valueOf

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

swigValue

public final int swigValue()

swigToEnum

public static tokenNum swigToEnum(int swigValue)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.