public enum DataSinkType extends Enum<DataSinkType>
| Enum Constant and Description |
|---|
ACTUATOR |
FORWARD |
NOTIFICATION |
STORAGE |
UNCATEGORIZED |
VISUALIZATION_CHART |
VISUALIZATION_GEO |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getLabel() |
static DataSinkType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSinkType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataSinkType VISUALIZATION_CHART
public static final DataSinkType VISUALIZATION_GEO
public static final DataSinkType STORAGE
public static final DataSinkType FORWARD
public static final DataSinkType NOTIFICATION
public static final DataSinkType ACTUATOR
public static final DataSinkType UNCATEGORIZED
public static DataSinkType[] values()
for (DataSinkType c : DataSinkType.values()) System.out.println(c);
public static DataSinkType 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 String getLabel()
public String getDescription()
Copyright © 2018. All rights reserved.