public static enum TechnicalSystemStateDeltaHelper.DeltaSelectionBy extends java.lang.Enum<TechnicalSystemStateDeltaHelper.DeltaSelectionBy>
| Enum Constant and Description |
|---|
EnergyOrGoodFlow |
IO_List |
| Modifier and Type | Method and Description |
|---|---|
static TechnicalSystemStateDeltaHelper.DeltaSelectionBy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TechnicalSystemStateDeltaHelper.DeltaSelectionBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TechnicalSystemStateDeltaHelper.DeltaSelectionBy IO_List
public static final TechnicalSystemStateDeltaHelper.DeltaSelectionBy EnergyOrGoodFlow
public static TechnicalSystemStateDeltaHelper.DeltaSelectionBy[] values()
for (TechnicalSystemStateDeltaHelper.DeltaSelectionBy c : TechnicalSystemStateDeltaHelper.DeltaSelectionBy.values()) System.out.println(c);
public static TechnicalSystemStateDeltaHelper.DeltaSelectionBy 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