public static enum IStrategyRule.Type extends Enum<IStrategyRule.Type>
Enum Constant and Description |
---|
GROUP_COMPATIBILITY |
GROUP_INFLUENCE |
PRIORITY |
REACTION_CONDITIONS |
STRATEGIC_BOND |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static IStrategyRule.Type |
getFromString(String stringType) |
static IStrategyRule.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IStrategyRule.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IStrategyRule.Type GROUP_COMPATIBILITY
public static final IStrategyRule.Type PRIORITY
public static final IStrategyRule.Type GROUP_INFLUENCE
public static final IStrategyRule.Type REACTION_CONDITIONS
public static final IStrategyRule.Type STRATEGIC_BOND
public static final IStrategyRule.Type UNKNOWN
public static IStrategyRule.Type[] values()
for (IStrategyRule.Type c : IStrategyRule.Type.values()) System.out.println(c);
public static IStrategyRule.Type 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 IStrategyRule.Type getFromString(String stringType)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.