org.eclipse.higgins.idas
Class BasicValueUnsignedLong

Package class diagram package BasicValueUnsignedLong
java.lang.Object
  extended by org.eclipse.higgins.idas.AbstractLiteral
      extended by org.eclipse.higgins.idas.BasicValueInteger
          extended by org.eclipse.higgins.idas.BasicValueNonNegativeInteger
              extended by org.eclipse.higgins.idas.BasicValueUnsignedLong
All Implemented Interfaces:
ILiteral, IPropertyValue
Direct Known Subclasses:
BasicValueUnsignedInt

public class BasicValueUnsignedLong
extends BasicValueNonNegativeInteger
implements ILiteral


Constructor Summary
BasicValueUnsignedLong(String value)
           
 
Method Summary
 
Methods inherited from class org.eclipse.higgins.idas.BasicValueInteger
getData
 
Methods inherited from class org.eclipse.higgins.idas.AbstractLiteral
getCanonical, getLexical, 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

BasicValueUnsignedLong

public BasicValueUnsignedLong(String value)