Uses of Class
citysdk.tourism.client.parser.Field

Packages that use Field
citysdk.tourism.client.parser Package for the library parsers and deserializers. 
 

Uses of Field in citysdk.tourism.client.parser
 

Methods in citysdk.tourism.client.parser that return Field
static Field Field.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Field[] Field.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in citysdk.tourism.client.parser with parameters of type Field
static java.util.Map<java.lang.String,java.util.Locale> DataReader.getAvailableLangs(POI poi, Field field)
          Gets a mapping of all the available languages of a given field in the POI object.