|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XSDContentTypeCategory | |
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 XSDContentTypeCategory in org.eclipse.xsd |
Fields in org.eclipse.xsd declared as XSDContentTypeCategory | |
static XSDContentTypeCategory |
XSDContentTypeCategory.EMPTY_LITERAL
The 'Empty' literal object |
static XSDContentTypeCategory |
XSDContentTypeCategory.SIMPLE_LITERAL
The 'Simple' literal object |
static XSDContentTypeCategory |
XSDContentTypeCategory.MIXED_LITERAL
The 'Mixed' literal object |
static XSDContentTypeCategory |
XSDContentTypeCategory.ELEMENT_ONLY_LITERAL
The 'Element Only' literal object |
Methods in org.eclipse.xsd that return XSDContentTypeCategory | |
XSDContentTypeCategory |
XSDComplexTypeDefinition.getContentTypeCategory()
Returns the value of the 'Content Type Category' attribute. |
static XSDContentTypeCategory |
XSDContentTypeCategory.get(String literal)
Returns the 'Content Type Category' literal with the specified literal value |
static XSDContentTypeCategory |
XSDContentTypeCategory.getByName(String name)
Returns the 'Content Type Category' literal with the specified name |
static XSDContentTypeCategory |
XSDContentTypeCategory.get(int value)
Returns the 'Content Type Category' literal with the specified integer value |
Methods in org.eclipse.xsd with parameters of type XSDContentTypeCategory | |
void |
XSDComplexTypeDefinition.setContentTypeCategory(XSDContentTypeCategory value)
Sets the value of the ' Content Type Category ' attribute |
Uses of XSDContentTypeCategory in org.eclipse.xsd.impl |
Fields in org.eclipse.xsd.impl declared as XSDContentTypeCategory | |
protected static XSDContentTypeCategory |
XSDComplexTypeDefinitionImpl.CONTENT_TYPE_CATEGORY_EDEFAULT
The default value of the ' Content Type Category ' attribute |
protected XSDContentTypeCategory |
XSDComplexTypeDefinitionImpl.contentTypeCategory
The cached value of the ' Content Type Category ' attribute |
Methods in org.eclipse.xsd.impl that return XSDContentTypeCategory | |
XSDContentTypeCategory |
XSDFactoryImpl.createXSDContentTypeCategoryFromString(EDataType eDataType,
String initialValue)
|
XSDContentTypeCategory |
XSDComplexTypeDefinitionImpl.getContentTypeCategory()
|
Methods in org.eclipse.xsd.impl with parameters of type XSDContentTypeCategory | |
void |
XSDComplexTypeDefinitionImpl.setContentTypeCategory(XSDContentTypeCategory newContentTypeCategory)
|
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |