public static enum SubdetectorType.BarrelType extends Enum<SubdetectorType.BarrelType>
Modifier and Type | Method and Description |
---|---|
static SubdetectorType.BarrelType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubdetectorType.BarrelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubdetectorType.BarrelType BARREL
public static final SubdetectorType.BarrelType ENDCAP
public static final SubdetectorType.BarrelType UNKNOWN
public static SubdetectorType.BarrelType[] values()
for (SubdetectorType.BarrelType c : SubdetectorType.BarrelType.values()) System.out.println(c);
public static SubdetectorType.BarrelType 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.