edu.nrao.sss.util
Class FormatString

java.lang.Object
  extended by edu.nrao.sss.util.FormatString

public class FormatString
extends Object

A collection of strings for use with Format and its subclasses.

Version Info:

$Revision: 1308 $
$Date: 2008-05-23 14:12:31 -0600 (Fri, 23 May 2008) $
$Author: dharland $

Since:
2006-05-05
Author:
David M. Harland

Field Summary
static String ENDPOINT_SEPARATOR
          Text used for separating two ends of a range.
static String ISO8601_CALENDAR_DATE
          An ISO 8601 standard representation of a calendar date.
static String ISO8601_DATE_TIME
          An ISO 8601 standard representation of a timestamp.
static String ISO8601_DATE_TIME_SEPARATOR
          Text used to separate the time from the date in an ISO 8601 date / time string.
static String ISO8601_DATE_TIME_TIMEZONE
          An ISO 8601 standard representation of a timestamp with timezone information.
static String ISO8601_HOUR_MIN_SEC
          An ISO 8601 standard representation of a time of day.
static String ISO8601_HOUR_MIN_SEC_MILLI
          An ISO 8601 standard representation of a time of day.
static String ISO8601_TIME_INTERVAL_SEPARATOR
          An ISO 8601 standard for separating endpoints of a time interval.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ISO8601_CALENDAR_DATE

public static final String ISO8601_CALENDAR_DATE
An ISO 8601 standard representation of a calendar date. Format for use with SimpleDateFormat: yyyy-MM-dd.

See Wikipedia for more information.

See Also:
Constant Field Values

ISO8601_HOUR_MIN_SEC

public static final String ISO8601_HOUR_MIN_SEC
An ISO 8601 standard representation of a time of day. Format for use with SimpleDateFormat: HH:mm:ss.

See Wikipedia for more information.

See Also:
Constant Field Values

ISO8601_HOUR_MIN_SEC_MILLI

public static final String ISO8601_HOUR_MIN_SEC_MILLI
An ISO 8601 standard representation of a time of day. Format for use with SimpleDateFormat: HH:mm:ss.SSS.

See Wikipedia for more information.

See Also:
Constant Field Values

ISO8601_DATE_TIME_SEPARATOR

public static final String ISO8601_DATE_TIME_SEPARATOR
Text used to separate the time from the date in an ISO 8601 date / time string. Format for use with SimpleDateFormat: 'T'.

See Wikipedia for more information.

See Also:
Constant Field Values

ISO8601_DATE_TIME

public static final String ISO8601_DATE_TIME
An ISO 8601 standard representation of a timestamp. Format for use with SimpleDateFormat: yyyy-MM-dd'T'HH:mm:ss.SSS.

See Wikipedia for more information.

See Also:
Constant Field Values

ISO8601_DATE_TIME_TIMEZONE

public static final String ISO8601_DATE_TIME_TIMEZONE
An ISO 8601 standard representation of a timestamp with timezone information. Format for use with SimpleDateFormat: yyyy-MM-dd'T'HH:mm:ss.SSSZ.

See Wikipedia for more information.

See Also:
Constant Field Values

ISO8601_TIME_INTERVAL_SEPARATOR

public static final String ISO8601_TIME_INTERVAL_SEPARATOR
An ISO 8601 standard for separating endpoints of a time interval.

See Wikipedia for more information.

See Also:
Constant Field Values

ENDPOINT_SEPARATOR

public static final String ENDPOINT_SEPARATOR
Text used for separating two ends of a range. This text is " - ".

See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.