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