Uses of Enum Class
org.exolab.castor.mapping.xml.types.FieldMappingCollectionType
Packages that use FieldMappingCollectionType
Package
Description
Implementations for mapping interfaces and the default mapping loader.
-
Uses of FieldMappingCollectionType in org.exolab.castor.mapping.loader
Methods in org.exolab.castor.mapping.loader that return FieldMappingCollectionTypeMethods in org.exolab.castor.mapping.loader with parameters of type FieldMappingCollectionTypeModifier and TypeMethodDescriptionvoid
FieldDescriptorImpl.setCollection
(FieldMappingCollectionType collection) -
Uses of FieldMappingCollectionType in org.exolab.castor.mapping.xml
Methods in org.exolab.castor.mapping.xml that return FieldMappingCollectionTypeModifier and TypeMethodDescriptionFieldMapping.getCollection()
Returns the value of field 'collection'.Methods in org.exolab.castor.mapping.xml with parameters of type FieldMappingCollectionTypeModifier and TypeMethodDescriptionvoid
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 FieldMappingCollectionTypeModifier and TypeMethodDescriptionstatic FieldMappingCollectionType
Method fromValue.static FieldMappingCollectionType
Returns the enum constant of this class with the specified name.static FieldMappingCollectionType[]
FieldMappingCollectionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.