public static enum TestAD7794.RefsNames extends Enum<TestAD7794.RefsNames>
| Modifier and Type | Method and Description |
|---|---|
static TestAD7794.RefsNames |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestAD7794.RefsNames[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestAD7794.RefsNames EXT1
public static final TestAD7794.RefsNames EXT2
public static final TestAD7794.RefsNames INTERNAL
public static TestAD7794.RefsNames[] values()
for (TestAD7794.RefsNames c : TestAD7794.RefsNames.values()) System.out.println(c);
public static TestAD7794.RefsNames 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 © 2019 LSST. All rights reserved.