public enum TopicParameterType extends Enum<TopicParameterType>
| Enum Constant and Description |
|---|
LOCATION_IDENTIFIER |
PLATFORM_IDENTIFIER |
PLATFORM_TYPE |
SENSOR_IDENTIFIER |
SENSOR_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static TopicParameterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopicParameterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TopicParameterType SENSOR_IDENTIFIER
public static final TopicParameterType PLATFORM_IDENTIFIER
public static final TopicParameterType LOCATION_IDENTIFIER
public static final TopicParameterType PLATFORM_TYPE
public static final TopicParameterType SENSOR_TYPE
public static TopicParameterType[] values()
for (TopicParameterType c : TopicParameterType.values()) System.out.println(c);
public static TopicParameterType 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 © 2018. All rights reserved.