public static enum DL34970.TcType extends Enum<DL34970.TcType>
| Modifier and Type | Method and Description |
|---|---|
static DL34970.TcType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DL34970.TcType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DL34970.TcType B
public static final DL34970.TcType E
public static final DL34970.TcType J
public static final DL34970.TcType K
public static final DL34970.TcType N
public static final DL34970.TcType R
public static final DL34970.TcType S
public static final DL34970.TcType T
public static DL34970.TcType[] values()
for (DL34970.TcType c : DL34970.TcType.values()) System.out.println(c);
public static DL34970.TcType 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 © 2021 LSST. All rights reserved.