org.eclipse.xsd.impl.type
Class XSDBooleanType

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

public class XSDBooleanType
extends XSDAnySimpleType


Constructor Summary
XSDBooleanType()
           
 
Method Summary
 java.lang.String getCanonicalLiteral(java.lang.Object value)
           
 java.lang.Object getValue(java.lang.String literal)
           
 boolean isValidLiteral(java.lang.String literal)
           
 
Methods inherited from class org.eclipse.xsd.impl.type.XSDAnySimpleType
assess, compareValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDBooleanType

public XSDBooleanType()
Method Detail

isValidLiteral

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

getValue

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

getCanonicalLiteral

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

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