|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TwitterConverter.TwitterField>
adams.flow.transformer.TwitterConverter.TwitterField
public static enum TwitterConverter.TwitterField
The available fields for generating the output.
| Enum Constant Summary | |
|---|---|
COUNTRY
the country (only status). |
|
COUNTRY_CODE
the country code (only status). |
|
CREATED
the creation date. |
|
GEO_LATITUDE
the associated latitude. |
|
GEO_LONGITUDE
the associated longitude. |
|
ID
the ID of the tweet/status. |
|
LANGUAGE_CODE
the language code (only tweet). |
|
PLACE
the place (only status). |
|
SOURCE
the source. |
|
TEXT
the text of the tweet/status. |
|
USER_ID
the user ID. |
|
USER_NAME
the user name. |
|
| Method Summary | |
|---|---|
static TwitterConverter.TwitterField |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TwitterConverter.TwitterField[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TwitterConverter.TwitterField ID
public static final TwitterConverter.TwitterField USER_ID
public static final TwitterConverter.TwitterField USER_NAME
public static final TwitterConverter.TwitterField SOURCE
public static final TwitterConverter.TwitterField TEXT
public static final TwitterConverter.TwitterField CREATED
public static final TwitterConverter.TwitterField GEO_LATITUDE
public static final TwitterConverter.TwitterField GEO_LONGITUDE
public static final TwitterConverter.TwitterField LANGUAGE_CODE
public static final TwitterConverter.TwitterField PLACE
public static final TwitterConverter.TwitterField COUNTRY
public static final TwitterConverter.TwitterField COUNTRY_CODE
| Method Detail |
|---|
public static TwitterConverter.TwitterField[] values()
for (TwitterConverter.TwitterField c : TwitterConverter.TwitterField.values()) System.out.println(c);
public static TwitterConverter.TwitterField valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||