|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XSDAttributeUseCategory | |
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 XSDAttributeUseCategory in org.eclipse.xsd |
Fields in org.eclipse.xsd declared as XSDAttributeUseCategory | |
static XSDAttributeUseCategory |
XSDAttributeUseCategory.OPTIONAL_LITERAL
The 'Optional' literal object |
static XSDAttributeUseCategory |
XSDAttributeUseCategory.PROHIBITED_LITERAL
The 'Prohibited' literal object |
static XSDAttributeUseCategory |
XSDAttributeUseCategory.REQUIRED_LITERAL
The 'Required' literal object |
Methods in org.eclipse.xsd that return XSDAttributeUseCategory | |
static XSDAttributeUseCategory |
XSDAttributeUseCategory.get(String literal)
Returns the 'Attribute Use Category' literal with the specified literal value |
static XSDAttributeUseCategory |
XSDAttributeUseCategory.getByName(String name)
Returns the 'Attribute Use Category' literal with the specified name |
static XSDAttributeUseCategory |
XSDAttributeUseCategory.get(int value)
Returns the 'Attribute Use Category' literal with the specified integer value |
XSDAttributeUseCategory |
XSDAttributeUse.getUse()
Returns the value of the 'Use' attribute. |
Methods in org.eclipse.xsd with parameters of type XSDAttributeUseCategory | |
void |
XSDAttributeUse.setUse(XSDAttributeUseCategory value)
Sets the value of the ' Use ' attribute |
Uses of XSDAttributeUseCategory in org.eclipse.xsd.impl |
Fields in org.eclipse.xsd.impl declared as XSDAttributeUseCategory | |
protected static XSDAttributeUseCategory |
XSDAttributeUseImpl.USE_EDEFAULT
The default value of the ' Use ' attribute |
protected XSDAttributeUseCategory |
XSDAttributeUseImpl.use
The cached value of the ' Use ' attribute |
Methods in org.eclipse.xsd.impl that return XSDAttributeUseCategory | |
XSDAttributeUseCategory |
XSDFactoryImpl.createXSDAttributeUseCategoryFromString(EDataType eDataType,
String initialValue)
|
XSDAttributeUseCategory |
XSDAttributeUseImpl.getUse()
|
Methods in org.eclipse.xsd.impl with parameters of type XSDAttributeUseCategory | |
void |
XSDAttributeUseImpl.setUse(XSDAttributeUseCategory newUse)
|
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |