public static enum WG33250.Function extends Enum<WG33250.Function>
| Enum Constant and Description |
|---|
DC |
NOISE |
PULSE |
RAMP |
SINUSOID |
SQUARE |
USER |
| Modifier and Type | Method and Description |
|---|---|
static WG33250.Function |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WG33250.Function[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WG33250.Function SINUSOID
public static final WG33250.Function SQUARE
public static final WG33250.Function RAMP
public static final WG33250.Function PULSE
public static final WG33250.Function NOISE
public static final WG33250.Function DC
public static final WG33250.Function USER
public static WG33250.Function[] values()
for (WG33250.Function c : WG33250.Function.values()) System.out.println(c);
public static WG33250.Function 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.