public enum SettlementFlowType extends Enum<SettlementFlowType>
Enum Constant and Description |
---|
AllTimes
All times.
|
Base
Base.
|
BlockHours
Block hours.
|
None
Default value.
|
OffPeak
Off peak.
|
OnPeak
On peak.
|
Other
Other.
|
Modifier and Type | Method and Description |
---|---|
static SettlementFlowType |
forValue(int value)
Returns enum value for the int representation
|
int |
getValue()
Gets current value.
|
static SettlementFlowType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SettlementFlowType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SettlementFlowType None
public static final SettlementFlowType AllTimes
public static final SettlementFlowType OnPeak
public static final SettlementFlowType OffPeak
public static final SettlementFlowType Base
public static final SettlementFlowType BlockHours
public static final SettlementFlowType Other
public static SettlementFlowType[] values()
for (SettlementFlowType c : SettlementFlowType.values()) System.out.println(c);
public static SettlementFlowType 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 nullpublic int getValue()
public static SettlementFlowType forValue(int value)
value
- valueCopyright © 2014–2025 Onix Solutions. All rights reserved.