|
||||||||||
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 with type parameters of type XSDVariety | |
---|---|
static java.util.List<XSDVariety> |
XSDVariety.VALUES
A public read-only list of all the 'Variety' enumerators |
Methods in org.eclipse.xsd that return XSDVariety | |
---|---|
static XSDVariety |
XSDVariety.get(int value)
Returns the 'Variety' literal with the specified integer value |
static XSDVariety |
XSDVariety.get(java.lang.String literal)
Returns the 'Variety' literal with the specified literal value |
static XSDVariety |
XSDVariety.getByName(java.lang.String name)
Returns the 'Variety' literal with the specified name |
XSDVariety |
XSDSimpleTypeDefinition.getVariety()
Returns the value of the 'Variety' attribute. |
static XSDVariety |
XSDVariety.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static XSDVariety[] |
XSDVariety.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 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 XSDVariety |
XSDSimpleTypeDefinitionImpl.variety
The cached value of the ' Variety ' attribute |
protected static XSDVariety |
XSDSimpleTypeDefinitionImpl.VARIETY_EDEFAULT
The default value of the ' Variety ' attribute |
Methods in org.eclipse.xsd.impl that return XSDVariety | |
---|---|
XSDVariety |
XSDFactoryImpl.createXSDVarietyFromString(EDataType eDataType,
java.lang.String initialValue)
|
XSDVariety |
XSDSimpleTypeDefinitionImpl.getVariety()
|
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 |