WIMM Labs


com.wimm.framework.provider
Interface WorldClock.Columns

Enclosing class:
WorldClock

public static interface WorldClock.Columns

Columns for the WorldClock table.

Since:
WIMM SDK 1.0.0
See Also:
WorldClock

Field Summary
static String CITY_UID
          The UID of the city for which world time is requested.
static String LATITUDE
          The latitude associated with the city for which world time is requested.
static String LONGITUDE
          The longitude associated with the city for which world time is requested.
static String NAME
          The name of the city for which world time is requested.
static String TIMEZONE
          The time zone associated with the city for which world time is requested.
 

Field Detail

CITY_UID

static final String CITY_UID
The UID of the city for which world time is requested.

Since:
WIMM SDK 1.0.0
See Also:
Constant Field Values

NAME

static final String NAME
The name of the city for which world time is requested.

Since:
WIMM SDK 1.0.0
See Also:
Constant Field Values

TIMEZONE

static final String TIMEZONE
The time zone associated with the city for which world time is requested.

Since:
WIMM SDK 1.0.0
See Also:
Constant Field Values

LATITUDE

static final String LATITUDE
The latitude associated with the city for which world time is requested.

Since:
WIMM SDK 1.0.0
See Also:
Constant Field Values

LONGITUDE

static final String LONGITUDE
The longitude associated with the city for which world time is requested.

Since:
WIMM SDK 1.0.0
See Also:
Constant Field Values

WIMM Labs