hep.geant4.jni
Enum tokenNum
java.lang.Object
java.lang.Enum<tokenNum>
hep.geant4.jni.tokenNum
- All Implemented Interfaces:
- Serializable, Comparable<tokenNum>
public enum tokenNum
- extends Enum<tokenNum>
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
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.