org.eclipse.xsd.impl.type
Class XSDGDayType

java.lang.Object
  |
  +--org.eclipse.xsd.impl.type.XSDAnySimpleType
        |
        +--org.eclipse.xsd.impl.type.XSDGDayType

public class XSDGDayType
extends XSDAnySimpleType


Inner Class Summary
static class XSDGDayType.AccessibleDayDV
           
 
Inner classes inherited from class org.eclipse.xsd.impl.type.XSDAnySimpleType
XSDAnySimpleType.ByteSequence, XSDAnySimpleType.IntSequence
 
Field Summary
protected static XSDGDayType.AccessibleDayDV dayDV
           
 
Constructor Summary
XSDGDayType()
           
 
Method Summary
 int compareValues(java.lang.Object value1, java.lang.Object value2)
           
 java.lang.String getCanonicalLiteral(java.lang.Object value)
           
 java.lang.Object getValue(java.lang.String normalizedLiteral)
           
 boolean isValidLiteral(java.lang.String normalizedLiteral)
           
 
Methods inherited from class org.eclipse.xsd.impl.type.XSDAnySimpleType
assess
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dayDV

protected static final XSDGDayType.AccessibleDayDV dayDV
Constructor Detail

XSDGDayType

public XSDGDayType()
Method Detail

isValidLiteral

public boolean isValidLiteral(java.lang.String normalizedLiteral)
Overrides:
isValidLiteral in class XSDAnySimpleType

getValue

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

getCanonicalLiteral

public java.lang.String getCanonicalLiteral(java.lang.Object value)
Overrides:
getCanonicalLiteral in class XSDAnySimpleType

compareValues

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

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