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 with type parameters of type XSDCardinality
static java.util.List<XSDCardinality> XSDCardinality.VALUES
          A public read-only list of all the 'Cardinality' enumerators
 

Methods in org.eclipse.xsd that return XSDCardinality
static XSDCardinality XSDCardinality.get(int value)
          Returns the 'Cardinality' literal with the specified integer value
static XSDCardinality XSDCardinality.get(java.lang.String literal)
          Returns the 'Cardinality' literal with the specified literal value
static XSDCardinality XSDCardinality.getByName(java.lang.String name)
          Returns the 'Cardinality' literal with the specified name
 XSDCardinality XSDCardinalityFacet.getValue()
          Returns the value of the 'Value' attribute.
static XSDCardinality XSDCardinality.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XSDCardinality[] XSDCardinality.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 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  XSDCardinality XSDCardinalityFacetImpl.value
          The cached value of the 'Value' attribute
protected static XSDCardinality XSDCardinalityFacetImpl.VALUE_EDEFAULT
          The default value of the 'Value' attribute
 

Methods in org.eclipse.xsd.impl that return XSDCardinality
 XSDCardinality XSDFactoryImpl.createXSDCardinalityFromString(EDataType eDataType, java.lang.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.