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