org.eclipse.higgins.idas
Class BasicValueDate

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

public class BasicValueDate
extends BasicValueDateTime
implements ILiteral


Constructor Summary
BasicValueDate(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

BasicValueDate

public BasicValueDate(String value)