public static enum P2WaterSzalewicz.Component extends java.lang.Enum<P2WaterSzalewicz.Component>
Enum Constant | Description |
---|---|
ALL |
|
INDUCTION |
|
NON_PAIR |
|
THREE_BODY |
|
TWO_BODY |
Modifier and Type | Method | Description |
---|---|---|
static P2WaterSzalewicz.Component |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static P2WaterSzalewicz.Component[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final P2WaterSzalewicz.Component ALL
public static final P2WaterSzalewicz.Component INDUCTION
public static final P2WaterSzalewicz.Component TWO_BODY
public static final P2WaterSzalewicz.Component NON_PAIR
public static final P2WaterSzalewicz.Component THREE_BODY
public static P2WaterSzalewicz.Component[] values()
for (P2WaterSzalewicz.Component c : P2WaterSzalewicz.Component.values()) System.out.println(c);
public static P2WaterSzalewicz.Component valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null