public static enum SteeringProperties.BehaviorType extends Enum<SteeringProperties.BehaviorType>
| Modifier and Type | Method and Description |
|---|---|
static SteeringProperties.BehaviorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SteeringProperties.BehaviorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SteeringProperties.BehaviorType BASIC
public static final SteeringProperties.BehaviorType ADVANCED
public static final SteeringProperties.BehaviorType OWN
public static SteeringProperties.BehaviorType[] values()
for (SteeringProperties.BehaviorType c : SteeringProperties.BehaviorType.values()) System.out.println(c);
public static SteeringProperties.BehaviorType 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 nullCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.