org.eclipse.higgins.idas
Class BasicValueYearMonth

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

public class BasicValueYearMonth
extends BasicValueDateTime
implements ILiteral


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

BasicValueYearMonth

public BasicValueYearMonth(String value)