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