org.eclipse.higgins.idas
Class BasicValueDay

Package class diagram package BasicValueDay
java.lang.Object
  extended by org.eclipse.higgins.idas.AbstractLiteral
      extended by org.eclipse.higgins.idas.BasicValueDateTime
          extended by org.eclipse.higgins.idas.BasicValueDay
All Implemented Interfaces:
ILiteral, IPropertyValue

public class BasicValueDay
extends BasicValueDateTime
implements ILiteral


Constructor Summary
BasicValueDay(String value)
           
 
Method Summary
 
Methods inherited from class org.eclipse.higgins.idas.BasicValueDateTime
getCanonical, getData, getLexical
 
Methods inherited from class org.eclipse.higgins.idas.AbstractLiteral
isLiteral
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.higgins.idas.ILiteral
getCanonical, getData, getLexical
 
Methods inherited from interface org.eclipse.higgins.idas.IPropertyValue
isLiteral
 

Constructor Detail

BasicValueDay

public BasicValueDay(String value)