com.thaiopensource.datatype.xsd
Class DateTimeDatatype.CalendarFactory

java.lang.Object
  extended by com.thaiopensource.datatype.xsd.DateTimeDatatype.CalendarFactory
Enclosing class:
DateTimeDatatype

static class DateTimeDatatype.CalendarFactory
extends Object


Field Summary
(package private) static GregorianCalendar cal
           
private static int FAST
           
private static int LIMIT
           
private static int SLOW
           
private static int speed
           
private static int UNKNOWN
           
 
Constructor Summary
DateTimeDatatype.CalendarFactory()
           
 
Method Summary
(package private) static GregorianCalendar getCalendar()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN

private static final int UNKNOWN
See Also:
Constant Field Values

SLOW

private static final int SLOW
See Also:
Constant Field Values

FAST

private static final int FAST
See Also:
Constant Field Values

LIMIT

private static final int LIMIT
See Also:
Constant Field Values

speed

private static int speed

cal

static GregorianCalendar cal
Constructor Detail

DateTimeDatatype.CalendarFactory

DateTimeDatatype.CalendarFactory()
Method Detail

getCalendar

static GregorianCalendar getCalendar()