org.eclipse.xsd.impl.type
Class XSDDateType

java.lang.Object
  extended byorg.eclipse.xsd.impl.type.XSDAnySimpleType
      extended byorg.eclipse.xsd.impl.type.XSDDateType

public class XSDDateType
extends XSDAnySimpleType


Nested Class Summary
 
Nested classes inherited from class org.eclipse.xsd.impl.type.XSDAnySimpleType
XSDAnySimpleType.ByteSequence, XSDAnySimpleType.HexSequence
 
Constructor Summary
XSDDateType()
           
 
Method Summary
 int compareValues(Object value1, Object value2)
           
 Object getValue(String normalizedLiteral)
           
 
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
 

Constructor Detail

XSDDateType

public XSDDateType()
Method Detail

getValue

public Object getValue(String normalizedLiteral)
Overrides:
getValue in class XSDAnySimpleType

compareValues

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

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