public static enum LineLikeAgent.GrowthBehaviour extends Enum<LineLikeAgent.GrowthBehaviour>
| Modifier and Type | Method and Description |
|---|---|
static LineLikeAgent.GrowthBehaviour |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineLikeAgent.GrowthBehaviour[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LineLikeAgent.GrowthBehaviour GROW
public static final LineLikeAgent.GrowthBehaviour SHRINK
public static final LineLikeAgent.GrowthBehaviour STAGNANT
public static final LineLikeAgent.GrowthBehaviour FOLLOW
public static LineLikeAgent.GrowthBehaviour[] values()
for (LineLikeAgent.GrowthBehaviour c : LineLikeAgent.GrowthBehaviour.values()) System.out.println(c);
public static LineLikeAgent.GrowthBehaviour 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 © 2019. All rights reserved.