public enum BiddingLanguage extends Enum<BiddingLanguage>
| Enum Constant and Description |
|---|
BIDDER_SPECIFIC |
RANDOM |
SIZE_DECREASING |
SIZE_INCREASING |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends XORLanguage> |
getXORLanguage(BiddingLanguage type) |
static Class<? extends GenericLang> |
getXORQLanguage(BiddingLanguage type) |
static BiddingLanguage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BiddingLanguage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BiddingLanguage SIZE_INCREASING
public static final BiddingLanguage SIZE_DECREASING
public static final BiddingLanguage RANDOM
public static final BiddingLanguage BIDDER_SPECIFIC
public static BiddingLanguage[] values()
for (BiddingLanguage c : BiddingLanguage.values()) System.out.println(c);
public static BiddingLanguage 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 static Class<? extends XORLanguage> getXORLanguage(BiddingLanguage type) throws IllegalConfigException
IllegalConfigExceptionpublic static Class<? extends GenericLang> getXORQLanguage(BiddingLanguage type) throws IllegalConfigException
IllegalConfigExceptionCopyright © 2017. All rights reserved.