org.exolab.castor.mapping.loader

Class CollectionHandlers.Info

static class CollectionHandlers.Info extends Object

Field Summary
booleangetSetCollection
True for collections that require both get and set methods.
CollectionHandlerhandler
The collection handler instance.
ClassjavaClass
The Java class of the collection (e.g.
StringshortName
The short name of the collection (e.g.
Constructor Summary
Info(String shortName, Class javaClass, boolean getSetCollection, CollectionHandler handler)

Field Detail

getSetCollection

final boolean getSetCollection
True for collections that require both get and set methods.

handler

final CollectionHandler handler
The collection handler instance.

javaClass

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

shortName

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

Constructor Detail

Info

Info(String shortName, Class javaClass, boolean getSetCollection, CollectionHandler handler)
Intalio Inc. (C) 1999-2003. All rights reserved http://www.intalio.com