butler.ext.time
Class TimeUnitDatatype

java.lang.Object
  extended by butler.sql.metadata.DefaultDatatype
      extended by butler.ext.code.CodeDatatype
          extended by butler.ext.time.TimeUnitDatatype
All Implemented Interfaces:
Datatype

public class TimeUnitDatatype
extends CodeDatatype

Author:
Fredrik Bertilsson

Constructor Summary
TimeUnitDatatype()
           
 
Method Summary
 java.lang.String getDescription(java.lang.Object value)
           
static Datatype getInstance()
           
 
Methods inherited from class butler.ext.code.CodeDatatype
add, addDescription, db2obj, getDescription, getFormat, getOperators, getValues, obj2db, xml2obj
 
Methods inherited from class butler.sql.metadata.DefaultDatatype
getDatatype, getDecimalDigits, getJavaClass, getMaskFormatter, getSize, getType, obj2xml, parse, toXML, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeUnitDatatype

public TimeUnitDatatype()
Method Detail

getInstance

public static Datatype getInstance()

getDescription

public java.lang.String getDescription(java.lang.Object value)
                                throws java.lang.Exception
Throws:
java.lang.Exception