|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XSDVariety | |
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 XSDVariety in org.eclipse.xsd |
Fields in org.eclipse.xsd declared as XSDVariety | |
static XSDVariety |
XSDVariety.ATOMIC_LITERAL
The 'Atomic' literal object |
static XSDVariety |
XSDVariety.LIST_LITERAL
The 'List' literal object |
static XSDVariety |
XSDVariety.UNION_LITERAL
The 'Union' literal object |
Methods in org.eclipse.xsd that return XSDVariety | |
XSDVariety |
XSDSimpleTypeDefinition.getVariety()
Returns the value of the 'Variety' attribute. |
static XSDVariety |
XSDVariety.get(String literal)
Returns the 'Variety' literal with the specified literal value |
static XSDVariety |
XSDVariety.getByName(String name)
Returns the 'Variety' literal with the specified name |
static XSDVariety |
XSDVariety.get(int value)
Returns the 'Variety' literal with the specified integer value |
Methods in org.eclipse.xsd with parameters of type XSDVariety | |
void |
XSDSimpleTypeDefinition.setVariety(XSDVariety value)
Sets the value of the ' Variety ' attribute |
Uses of XSDVariety in org.eclipse.xsd.impl |
Fields in org.eclipse.xsd.impl declared as XSDVariety | |
protected static XSDVariety |
XSDSimpleTypeDefinitionImpl.VARIETY_EDEFAULT
The default value of the ' Variety ' attribute |
protected XSDVariety |
XSDSimpleTypeDefinitionImpl.variety
The cached value of the ' Variety ' attribute |
Methods in org.eclipse.xsd.impl that return XSDVariety | |
XSDVariety |
XSDSimpleTypeDefinitionImpl.getVariety()
|
XSDVariety |
XSDFactoryImpl.createXSDVarietyFromString(EDataType eDataType,
String initialValue)
|
Methods in org.eclipse.xsd.impl with parameters of type XSDVariety | |
void |
XSDSimpleTypeDefinitionImpl.setVariety(XSDVariety newVariety)
|
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |