Uses of Class
adams.flow.transformer.TwitterConverter.TwitterField

Packages that use TwitterConverter.TwitterField
adams.flow.transformer   
 

Uses of TwitterConverter.TwitterField in adams.flow.transformer
 

Fields in adams.flow.transformer declared as TwitterConverter.TwitterField
protected  TwitterConverter.TwitterField[] TwitterConverter.m_Fields
          the fields to generate the output from.
 

Methods in adams.flow.transformer that return TwitterConverter.TwitterField
 TwitterConverter.TwitterField[] TwitterConverter.getFields()
          Returns the fields to generate the output from.
static TwitterConverter.TwitterField TwitterConverter.TwitterField.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TwitterConverter.TwitterField[] TwitterConverter.TwitterField.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in adams.flow.transformer that return types with arguments of type TwitterConverter.TwitterField
protected  Hashtable<TwitterConverter.TwitterField,Object> TwitterConverter.processStatus(twitter4j.Status status)
          Processes the specified status.
 

Methods in adams.flow.transformer with parameters of type TwitterConverter.TwitterField
 void TwitterConverter.setFields(TwitterConverter.TwitterField[] value)
          Sets fields to generate the output from.
 

Method parameters in adams.flow.transformer with type arguments of type TwitterConverter.TwitterField
protected  Token TwitterConverter.processFields(Hashtable<TwitterConverter.TwitterField,Object> fields)
          Creates an output token from the given fields.
 



Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.