public enum FlowStatisticsDirection extends java.lang.Enum<FlowStatisticsDirection>
Enum Constant and Description |
---|
FLOW_STATISTICS_BOTH |
FLOW_STATISTICS_LEFT |
FLOW_STATISTICS_RIGHT |
Modifier and Type | Method and Description |
---|---|
static FlowStatisticsDirection |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FlowStatisticsDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlowStatisticsDirection FLOW_STATISTICS_BOTH
public static final FlowStatisticsDirection FLOW_STATISTICS_RIGHT
public static final FlowStatisticsDirection FLOW_STATISTICS_LEFT
public static FlowStatisticsDirection[] values()
for (FlowStatisticsDirection c : FlowStatisticsDirection.values()) System.out.println(c);
public static FlowStatisticsDirection 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 nullCopyright © AnyLogic North America, LLC. All Rights Reserved.