Uses of Class
org.eclipse.xsd.XSDCardinality

Packages that use XSDCardinality
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 XSDCardinality in org.eclipse.xsd
 

Fields in org.eclipse.xsd declared as XSDCardinality
static XSDCardinality XSDCardinality.FINITE_LITERAL
          The 'Finite' literal object
static XSDCardinality XSDCardinality.COUNTABLY_INFINITE_LITERAL
          The 'Countably Infinite' literal object
 

Methods in org.eclipse.xsd that return XSDCardinality
 XSDCardinality XSDCardinalityFacet.getValue()
          Returns the value of the 'Value' attribute.
static XSDCardinality XSDCardinality.get(String literal)
          Returns the 'Cardinality' literal with the specified literal value
static XSDCardinality XSDCardinality.getByName(String name)
          Returns the 'Cardinality' literal with the specified name
static XSDCardinality XSDCardinality.get(int value)
          Returns the 'Cardinality' literal with the specified integer value
 

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

Uses of XSDCardinality in org.eclipse.xsd.impl
 

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

Methods in org.eclipse.xsd.impl that return XSDCardinality
 XSDCardinality XSDFactoryImpl.createXSDCardinalityFromString(EDataType eDataType, String initialValue)
           
 XSDCardinality XSDCardinalityFacetImpl.getValue()
           
 

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


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