public enum Types extends Enum<Types>
| Enum Constant and Description |
|---|
API_IMPORTER_TASK |
API_IMPORTER_TASKS |
DEVICE |
DEVICES |
DROP |
DROPS |
FLOW |
FLOWS |
GROUP |
GROUPS |
IDENTITIES |
IDENTITY |
LOCAL_TRACK |
LOCAL_TRACKS |
MQTT_CONNECTION |
MQTT_CONNECTIONS |
RSS_TASK |
RSS_TASKS |
SHARE |
SHARES |
TOKEN |
TOKENS |
TRACK |
TRACKS |
| Modifier and Type | Field and Description |
|---|---|
Class<? extends FlowDomainObject> |
klazz |
String |
name |
com.google.gson.reflect.TypeToken |
token |
Type |
tokenType |
| Modifier and Type | Method and Description |
|---|---|
static Types |
fromListName(String name) |
static Types |
fromName(String name) |
static Types |
get(Class klazz) |
com.google.gson.reflect.TypeToken |
getFieldTypeToken(String fieldName) |
static Types |
getListType(Class klazz) |
Map<String,com.google.gson.reflect.TypeToken> |
getTokenMap() |
static Types |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Types[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Types API_IMPORTER_TASK
public static final Types DEVICE
public static final Types DROP
public static final Types FLOW
public static final Types GROUP
public static final Types IDENTITY
public static final Types MQTT_CONNECTION
public static final Types RSS_TASK
public static final Types SHARE
public static final Types TOKEN
public static final Types TRACK
public static final Types LOCAL_TRACK
public static final Types API_IMPORTER_TASKS
public static final Types DEVICES
public static final Types DROPS
public static final Types FLOWS
public static final Types GROUPS
public static final Types IDENTITIES
public static final Types MQTT_CONNECTIONS
public static final Types RSS_TASKS
public static final Types SHARES
public static final Types TOKENS
public static final Types TRACKS
public static final Types LOCAL_TRACKS
public final Class<? extends FlowDomainObject> klazz
public final Type tokenType
public final String name
public com.google.gson.reflect.TypeToken token
public static Types[] values()
for (Types c : Types.values()) System.out.println(c);
public static Types 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 com.google.gson.reflect.TypeToken getFieldTypeToken(String fieldName)
Copyright © 2016. All rights reserved.