org.exolab.castor.mapping.loader
Class CollectionHandlers.Info
java.lang.Object
org.exolab.castor.mapping.loader.CollectionHandlers.Info
- CollectionHandlers
(package private) static class CollectionHandlers.Info
extends java.lang.Object
(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.
|
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).
Info
(package private) Info(String shortName,
Class javaClass,
boolean getSetCollection,
CollectionHandler handler)
Intalio Inc. (C) 1999-2003. All rights reserved http://www.intalio.com