public enum DeliveryRestriction extends Enum<DeliveryRestriction>
Enum Constant and Description |
---|
Firm
Firm (Never excused of delivery obligations).
|
FirmWithLiquidatingDamages
Firm with Liquidating Damages.
|
ForceMajeure
Force majeure (Excused when prevented by force majeure).
|
Interruptible
Interruptible or non-firm (Excused when interrupted for any reason or for no reason without liability).
|
None
Default value.
|
SystemFirm
System firm (Must be supplied from the owned or controlled generation or pre-existing purchased power assets of the system specified).
|
UnitFirm
Unit firm (Must be supplied from the generation asset specified).
|
WsppScheduleCFirmWithLiquidatingDamages
WSPP Schedule C Firm with Liquidating Damages.
|
Modifier and Type | Method and Description |
---|---|
static DeliveryRestriction |
forValue(int value)
Returns enum value for the int representation
|
int |
getValue()
Gets current value.
|
static DeliveryRestriction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeliveryRestriction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeliveryRestriction None
public static final DeliveryRestriction Firm
public static final DeliveryRestriction Interruptible
public static final DeliveryRestriction ForceMajeure
public static final DeliveryRestriction SystemFirm
public static final DeliveryRestriction UnitFirm
public static final DeliveryRestriction FirmWithLiquidatingDamages
public static final DeliveryRestriction WsppScheduleCFirmWithLiquidatingDamages
public static DeliveryRestriction[] values()
for (DeliveryRestriction c : DeliveryRestriction.values()) System.out.println(c);
public static DeliveryRestriction 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 DeliveryRestriction forValue(int value)
value
- valueCopyright © 2014–2025 Onix Solutions. All rights reserved.