butler.ext.time
Class WeekdayDatatype

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

public class WeekdayDatatype
extends CodeDatatype

Author:
Fredrik Bertilsson

Constructor Summary
WeekdayDatatype()
           
 
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

WeekdayDatatype

public WeekdayDatatype()
                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