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