Uses of Class
org.eclipse.xsd.XSDWhiteSpace

Packages that use XSDWhiteSpace
org.eclipse.xsd This provides an API for the XML Schema Standard Part 1 and Part 2; for differences between the current version of the API and the previous version of the API, please see the Appendix
org.eclipse.xsd.impl This provides an implementation of the API for XML Schema; it is considered internal and the Javadoc is incomplete. 
 

Uses of XSDWhiteSpace in org.eclipse.xsd
 

Fields in org.eclipse.xsd with type parameters of type XSDWhiteSpace
static java.util.List<XSDWhiteSpace> XSDWhiteSpace.VALUES
          A public read-only list of all the 'White Space' enumerators
 

Methods in org.eclipse.xsd that return XSDWhiteSpace
static XSDWhiteSpace XSDWhiteSpace.get(int value)
          Returns the 'White Space' literal with the specified integer value
static XSDWhiteSpace XSDWhiteSpace.get(java.lang.String literal)
          Returns the 'White Space' literal with the specified literal value
static XSDWhiteSpace XSDWhiteSpace.getByName(java.lang.String name)
          Returns the 'White Space' literal with the specified name
 XSDWhiteSpace XSDWhiteSpaceFacet.getValue()
          Returns the value of the 'Value' attribute.
static XSDWhiteSpace XSDWhiteSpace.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XSDWhiteSpace[] XSDWhiteSpace.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.xsd with parameters of type XSDWhiteSpace
 void XSDWhiteSpaceFacet.setValue(XSDWhiteSpace value)
          Sets the value of the 'Value' attribute
 

Uses of XSDWhiteSpace in org.eclipse.xsd.impl
 

Fields in org.eclipse.xsd.impl declared as XSDWhiteSpace
protected  XSDWhiteSpace XSDWhiteSpaceFacetImpl.value
          The cached value of the 'Value' attribute
protected static XSDWhiteSpace XSDWhiteSpaceFacetImpl.VALUE_EDEFAULT
          The default value of the 'Value' attribute
 

Methods in org.eclipse.xsd.impl that return XSDWhiteSpace
 XSDWhiteSpace XSDFactoryImpl.createXSDWhiteSpaceFromString(EDataType eDataType, java.lang.String initialValue)
           
 XSDWhiteSpace XSDWhiteSpaceFacetImpl.getValue()
           
 

Methods in org.eclipse.xsd.impl with parameters of type XSDWhiteSpace
 void XSDWhiteSpaceFacetImpl.setValue(XSDWhiteSpace newValue)
           
 


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