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