org.eclipse.higgins.idas
Class BasicValueInteger

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

public class BasicValueInteger
extends AbstractLiteral
implements ILiteral

TODO: make sure getCanonical() meets the canonical rules for xsd:integer. Nothing in the BigInteger Javadoc leads me to believe it's incorrect.


Constructor Summary
BasicValueInteger(String value)
           
 
Method Summary
 Object getData()
          Returns the BigInteger backing this value
 
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, getLexical
 
Methods inherited from interface org.eclipse.higgins.idas.IPropertyValue
isLiteral
 

Constructor Detail

BasicValueInteger

public BasicValueInteger(String value)
Method Detail

getData

public Object getData()
               throws IdASException
Returns the BigInteger backing this value

Specified by:
getData in interface ILiteral
Specified by:
getData in interface IPropertyValue
Throws:
IdASException