Uses of Class
org.apache.ws.commons.schema.XmlSchemaUse

Packages that use XmlSchemaUse
org.apache.ws.commons.schema   
 

Uses of XmlSchemaUse in org.apache.ws.commons.schema
 

Methods in org.apache.ws.commons.schema that return XmlSchemaUse
 XmlSchemaUse XmlSchemaAttribute.getUse()
           
static XmlSchemaUse XmlSchemaUse.schemaValueOf(String name)
           
static XmlSchemaUse XmlSchemaUse.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XmlSchemaUse[] XmlSchemaUse.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.ws.commons.schema with parameters of type XmlSchemaUse
 void XmlSchemaAttribute.setUse(XmlSchemaUse use)
           
 



Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.