org.eclipse.higgins.idas
Class BasicValueYear

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

public class BasicValueYear
extends BasicValueDateTime
implements ILiteral


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

BasicValueYear

public BasicValueYear(String value)