org.eclipse.xsd.impl.type
Class XSDDoubleType

java.lang.Object
  extended by org.eclipse.xsd.impl.type.XSDAnySimpleType
      extended by org.eclipse.xsd.impl.type.XSDDoubleType

public class XSDDoubleType
extends XSDAnySimpleType


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.xsd.impl.type.XSDAnySimpleType
XSDAnySimpleType.ByteSequence, XSDAnySimpleType.HexSequence
 
Field Summary
protected static java.lang.Double NaN
           
protected static java.lang.Double NEGATIVE_INFINITY
           
protected static java.lang.Double POSITIVE_INFINITY
           
 
Constructor Summary
XSDDoubleType()
           
 
Method Summary
 int compareValues(java.lang.Object value1, java.lang.Object value2)
           
 java.lang.Object getValue(java.lang.String literal)
           
 
Methods inherited from class org.eclipse.xsd.impl.type.XSDAnySimpleType
assess, getCanonicalLiteral
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NaN

protected static final java.lang.Double NaN

NEGATIVE_INFINITY

protected static final java.lang.Double NEGATIVE_INFINITY

POSITIVE_INFINITY

protected static final java.lang.Double POSITIVE_INFINITY
Constructor Detail

XSDDoubleType

public XSDDoubleType()
Method Detail

getValue

public java.lang.Object getValue(java.lang.String literal)
Overrides:
getValue in class XSDAnySimpleType

compareValues

public int compareValues(java.lang.Object value1,
                         java.lang.Object value2)
Overrides:
compareValues in class XSDAnySimpleType

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.