com.quartzdesk.api
Interface ApiConst


public interface ApiConst

Various commonly used constants throughout the API.


Field Summary
static String ENCODING_ISO_8859_1
          ISO-8859-1 (Latin1) encoding.
static String ENCODING_UTF8
          UTF-8 encoding.
static String NL
          Platform dependent new line separator.
static TimeZone TIME_ZONE_UTC
          UTC time-zone.
 

Field Detail

ENCODING_UTF8

static final String ENCODING_UTF8
UTF-8 encoding.

See Also:
Constant Field Values

ENCODING_ISO_8859_1

static final String ENCODING_ISO_8859_1
ISO-8859-1 (Latin1) encoding.

See Also:
Constant Field Values

TIME_ZONE_UTC

static final TimeZone TIME_ZONE_UTC
UTC time-zone.


NL

static final String NL
Platform dependent new line separator.



Copyright © 2013–2017 QuartzDesk.com. All rights reserved.