MARS
Class Integer

java.lang.Object
  |
  +--Datatypes.Datatype
        |
        +--XSD.AnySimpleType
              |
              +--XSD.Decimal
                    |
                    +--XSD.Integer
                          |
                          +--MARS.Integer

public class Integer
extends Integer


Field Summary
 
Fields inherited from class Datatypes.Datatype
nativeValue
 
Constructor Summary
Integer()
           
Integer(java.lang.String lform)
           
 
Methods inherited from class XSD.Integer
isValidForm, lexicalForm
 
Methods inherited from class XSD.Decimal
compareTo, equals, getNativeValue, setValue
 
Methods inherited from class Datatypes.Datatype
compare, equal, lookup, register, value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Integer

public Integer()

Integer

public Integer(java.lang.String lform)
        throws InvalidLexicalForm