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