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

Packages that use FieldMappingCollectionType
org.exolab.castor.mapping.loader Implementations for mapping interfaces and the default mapping loader. 
org.exolab.castor.mapping.xml   
org.exolab.castor.mapping.xml.types   
 

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

Methods in org.exolab.castor.mapping.loader that return FieldMappingCollectionType
 FieldMappingCollectionType FieldDescriptorImpl.getCollection()
           
 

Methods in org.exolab.castor.mapping.loader with parameters of type FieldMappingCollectionType
 void FieldDescriptorImpl.setCollection(FieldMappingCollectionType collection)
           
 

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
 

Methods in org.exolab.castor.mapping.xml.types that return FieldMappingCollectionType
static FieldMappingCollectionType FieldMappingCollectionType.fromValue(String value)
          Method fromValue.
static FieldMappingCollectionType FieldMappingCollectionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FieldMappingCollectionType[] FieldMappingCollectionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011. All Rights Reserved.