butler.ext.time
Class MonthDatatype

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

public class MonthDatatype
extends CodeDatatype

Author:
Fredrik Bertilsson

Constructor Summary
MonthDatatype()
           
 
Method Summary
 java.lang.String getDescription(Code value)
           
 
Methods inherited from class butler.ext.code.CodeDatatype
add, addDescription, db2obj, getFormat, getOperators, getValues, obj2db, xml2obj
 
Methods inherited from class butler.sql.metadata.DefaultDatatype
getDatatype, getDecimalDigits, getInstance, 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

MonthDatatype

public MonthDatatype()
              throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getDescription

public java.lang.String getDescription(Code value)
                                throws java.lang.Exception
Overrides:
getDescription in class CodeDatatype
Throws:
java.lang.Exception