public enum ConfigType extends Enum<ConfigType>
| Enum Constant and Description |
|---|
AERIAL_VEHICLE |
EFFECTER |
GROUND_VEHICLE |
LEGGED_ROBOT |
MISSION_PACKAGE |
NAUTIC_VEHICLE |
SENSOR |
| Modifier and Type | Method and Description |
|---|---|
Class |
getModuleClass()
Notice that this method is not static.
|
static ConfigType |
getType(String type)
For each config type it checks if type matches one of
kinds.
|
static ConfigType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigType GROUND_VEHICLE
public static final ConfigType LEGGED_ROBOT
public static final ConfigType NAUTIC_VEHICLE
public static final ConfigType AERIAL_VEHICLE
public static final ConfigType SENSOR
public static final ConfigType EFFECTER
public static final ConfigType MISSION_PACKAGE
public static ConfigType[] values()
for (ConfigType c : ConfigType.values()) System.out.println(c);
public static ConfigType 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 ConfigType getType(String type)
type - String representation or kind of Configpublic Class getModuleClass()
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.