public static enum SubdetectorType.GenericType extends Enum<SubdetectorType.GenericType>
Enum Constant and Description |
---|
CALORIMETER |
TRACKER |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static SubdetectorType.GenericType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubdetectorType.GenericType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubdetectorType.GenericType TRACKER
public static final SubdetectorType.GenericType CALORIMETER
public static final SubdetectorType.GenericType UNKNOWN
public static SubdetectorType.GenericType[] values()
for (SubdetectorType.GenericType c : SubdetectorType.GenericType.values()) System.out.println(c);
public static SubdetectorType.GenericType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2016 Linear Collider Detector (LCD). All rights reserved.