Uses of Class
org.apache.commons.betwixt.schema.DataTypeMapper

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

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

Subclasses of DataTypeMapper in org.apache.commons.betwixt.schema
 class DefaultDataTypeMapper
          Default DataTypeMapperimplementation.
 

Methods in org.apache.commons.betwixt.schema that return DataTypeMapper
 DataTypeMapper TranscriptionConfiguration.getDataTypeMapper()
          Gets the DataTypeMapper to be used during the transcription.
 

Methods in org.apache.commons.betwixt.schema with parameters of type DataTypeMapper
 void TranscriptionConfiguration.setDataTypeMapper(DataTypeMapper mapper)
          Sets the DataTypeMapper to be used during the transcription/
 



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