Uses of Class
org.eclipse.xsd.XSDIdentityConstraintCategory

Packages that use XSDIdentityConstraintCategory
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 XSDIdentityConstraintCategory in org.eclipse.xsd
 

Fields in org.eclipse.xsd with type parameters of type XSDIdentityConstraintCategory
static java.util.List<XSDIdentityConstraintCategory> XSDIdentityConstraintCategory.VALUES
          A public read-only list of all the 'Identity Constraint Category' enumerators
 

Methods in org.eclipse.xsd that return XSDIdentityConstraintCategory
static XSDIdentityConstraintCategory XSDIdentityConstraintCategory.get(int value)
          Returns the 'Identity Constraint Category' literal with the specified integer value
static XSDIdentityConstraintCategory XSDIdentityConstraintCategory.get(java.lang.String literal)
          Returns the 'Identity Constraint Category' literal with the specified literal value
static XSDIdentityConstraintCategory XSDIdentityConstraintCategory.getByName(java.lang.String name)
          Returns the 'Identity Constraint Category' literal with the specified name
 XSDIdentityConstraintCategory XSDIdentityConstraintDefinition.getIdentityConstraintCategory()
          Returns the value of the 'Identity Constraint Category' attribute.
static XSDIdentityConstraintCategory XSDIdentityConstraintCategory.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XSDIdentityConstraintCategory[] XSDIdentityConstraintCategory.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 XSDIdentityConstraintCategory
 void XSDIdentityConstraintDefinition.setIdentityConstraintCategory(XSDIdentityConstraintCategory value)
          Sets the value of the 'Identity Constraint Category' attribute
 

Uses of XSDIdentityConstraintCategory in org.eclipse.xsd.impl
 

Fields in org.eclipse.xsd.impl declared as XSDIdentityConstraintCategory
protected static XSDIdentityConstraintCategory XSDIdentityConstraintDefinitionImpl.IDENTITY_CONSTRAINT_CATEGORY_EDEFAULT
          The default value of the 'Identity Constraint Category' attribute
protected  XSDIdentityConstraintCategory XSDIdentityConstraintDefinitionImpl.identityConstraintCategory
          The cached value of the 'Identity Constraint Category' attribute
 

Methods in org.eclipse.xsd.impl that return XSDIdentityConstraintCategory
 XSDIdentityConstraintCategory XSDFactoryImpl.createXSDIdentityConstraintCategoryFromString(EDataType eDataType, java.lang.String initialValue)
           
 XSDIdentityConstraintCategory XSDIdentityConstraintDefinitionImpl.getIdentityConstraintCategory()
           
 

Methods in org.eclipse.xsd.impl with parameters of type XSDIdentityConstraintCategory
 void XSDIdentityConstraintDefinitionImpl.setIdentityConstraintCategory(XSDIdentityConstraintCategory newIdentityConstraintCategory)
           
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.