org.cip4.jdflib.util
Class JDFDate.StringHandler

java.lang.Object
  extended by org.cip4.jdflib.util.JDFDate.StringHandler
Enclosing class:
JDFDate

private class JDFDate.StringHandler
extends java.lang.Object


Field Summary
private  long l
           
private  java.lang.String strDateTime
           
 
Constructor Summary
JDFDate.StringHandler(java.lang.String strDateTime)
           
 
Method Summary
private  void addMissingTime()
           
private  void cleanDate()
          TODO Please insert comment!
private  void cleanDateTime()
           
private  void cleanTime()
          TODO Please insert comment!
private  void handle()
           
private  int handleDecimal()
           
private  void handleISOValue()
           
private  void handleLongValue()
           
private  void handleTimeZone(int decimalLength)
           
private  java.lang.String handleZulu(java.lang.String strDateTime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

strDateTime

private java.lang.String strDateTime

l

private long l
Constructor Detail

JDFDate.StringHandler

public JDFDate.StringHandler(java.lang.String strDateTime)
Method Detail

handle

private void handle()
             throws java.util.zip.DataFormatException
Parameters:
strDateTime -
Throws:
java.util.zip.DataFormatException

handleZulu

private java.lang.String handleZulu(java.lang.String strDateTime)
                             throws java.util.zip.DataFormatException
Parameters:
strDateTime -
Returns:
Throws:
java.util.zip.DataFormatException

handleISOValue

private void handleISOValue()
                     throws java.util.zip.DataFormatException
Throws:
java.util.zip.DataFormatException

cleanDateTime

private void cleanDateTime()
                    throws java.util.zip.DataFormatException
Throws:
java.util.zip.DataFormatException

cleanDate

private void cleanDate()
                throws java.util.zip.DataFormatException
TODO Please insert comment!

Throws:
java.util.zip.DataFormatException

cleanTime

private void cleanTime()
                throws java.util.zip.DataFormatException
TODO Please insert comment!

Throws:
java.util.zip.DataFormatException

handleTimeZone

private void handleTimeZone(int decimalLength)

handleDecimal

private int handleDecimal()

addMissingTime

private void addMissingTime()

handleLongValue

private void handleLongValue()