org.exolab.castor.mapping.loader

Class CollectionHandlers.Info

Enclosing Class:
CollectionHandlers

(package private) static class CollectionHandlers.Info
extends java.lang.Object

Field Summary

(package private) boolean
getSetCollection
True for collections that require both get and set methods.
(package private) CollectionHandler
handler
The collection handler instance.
(package private) Class
javaClass
The Java class of the collection (e.g.
(package private) String
shortName
The short name of the collection (e.g.

Constructor Summary

Info(String shortName, Class javaClass, boolean getSetCollection, CollectionHandler handler)

Field Details

getSetCollection

(package private) final boolean getSetCollection
True for collections that require both get and set methods.

handler

(package private) final CollectionHandler handler
The collection handler instance.

javaClass

(package private) final Class javaClass
The Java class of the collection (e.g. java.util.Vector).

shortName

(package private) final String shortName
The short name of the collection (e.g. vector).

Constructor Details

Info

(package private)  Info(String shortName,
                        Class javaClass,
                        boolean getSetCollection,
                        CollectionHandler handler)

Intalio Inc. (C) 1999-2003. All rights reserved http://www.intalio.com