Uses of Class
org.exolab.castor.mapping.xml.types.FieldMappingCollectionType

Packages that use FieldMappingCollectionType
org.exolab.castor.mapping.xml   
org.exolab.castor.mapping.xml.types   
 

Uses of FieldMappingCollectionType in org.exolab.castor.mapping.xml
 

Methods in org.exolab.castor.mapping.xml that return FieldMappingCollectionType
 FieldMappingCollectionType FieldMapping.getCollection()
          Returns the value of field 'collection'.
 

Methods in org.exolab.castor.mapping.xml with parameters of type FieldMappingCollectionType
 void FieldMapping.setCollection(FieldMappingCollectionType collection)
          Sets the value of field 'collection'.
 

Uses of FieldMappingCollectionType in org.exolab.castor.mapping.xml.types
 

Fields in org.exolab.castor.mapping.xml.types declared as FieldMappingCollectionType
static FieldMappingCollectionType FieldMappingCollectionType.ARRAY
          The instance of the array type
static FieldMappingCollectionType FieldMappingCollectionType.ARRAYLIST
          The instance of the arraylist type
static FieldMappingCollectionType FieldMappingCollectionType.COLLECTION
          The instance of the collection type
static FieldMappingCollectionType FieldMappingCollectionType.ENUMERATE
          The instance of the enumerate type
static FieldMappingCollectionType FieldMappingCollectionType.HASHTABLE
          The instance of the hashtable type
static FieldMappingCollectionType FieldMappingCollectionType.ITERATOR
          The instance of the iterator type
static FieldMappingCollectionType FieldMappingCollectionType.MAP
          The instance of the map type
static FieldMappingCollectionType FieldMappingCollectionType.SET
          The instance of the set type
static FieldMappingCollectionType FieldMappingCollectionType.SORTEDMAP
          The instance of the sortedmap type
static FieldMappingCollectionType FieldMappingCollectionType.SORTEDSET
          The instance of the sortedset type
static FieldMappingCollectionType FieldMappingCollectionType.VECTOR
          The instance of the vector type
 

Methods in org.exolab.castor.mapping.xml.types that return FieldMappingCollectionType
static FieldMappingCollectionType FieldMappingCollectionType.valueOf(String string)
          Method valueOf.Returns a new FieldMappingCollectionType based on the given String value.
 



Copyright © 2010. All Rights Reserved.