Uses of Class
org.apache.commons.betwixt.schema.strategy.SchemaTypeNamingStrategy

Packages that use SchemaTypeNamingStrategy
org.apache.commons.betwixt.schema WARNING: EXPERIMENTAL Contains classes that generate XML (w3c) schema from Betwixt descriptors. 
org.apache.commons.betwixt.schema.strategy.impl   
 

Uses of SchemaTypeNamingStrategy in org.apache.commons.betwixt.schema
 

Methods in org.apache.commons.betwixt.schema that return SchemaTypeNamingStrategy
 SchemaTypeNamingStrategy TranscriptionConfiguration.getSchemaTypeNamingStrategy()
          Gets the stategy to be used for naming types.
 

Methods in org.apache.commons.betwixt.schema with parameters of type SchemaTypeNamingStrategy
 void TranscriptionConfiguration.setSchemaTypeNamingStrategy(SchemaTypeNamingStrategy schemaTypeNamingStrategy)
          Sets the strategy to be used for naming types.
 

Uses of SchemaTypeNamingStrategy in org.apache.commons.betwixt.schema.strategy.impl
 

Subclasses of SchemaTypeNamingStrategy in org.apache.commons.betwixt.schema.strategy.impl
 class ClassNameSchemaNamingStrategy
          Names schema types from the property type of the descriptor
 class ElementSchemaNamingStrategy
          Strategy uses the name of the element for the complex type
 class QualifiedPropertyTypeSchemaNamingStrategy
          Names schema types from the fully qualified property type of the descriptor
 



Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.