org.exolab.castor.mapping.loader
Class CollectionHandlers.Info
java.lang.Object
org.exolab.castor.mapping.loader.CollectionHandlers.Info
- Enclosing class:
- CollectionHandlers
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) java.lang.Class |
javaClass
The Java class of the collection (e.g. |
(package private) java.lang.String |
shortName
The short name of the collection (e.g. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
shortName
final java.lang.String shortName
- The short name of the collection (e.g. vector).
javaClass
final java.lang.Class javaClass
- The Java class of the collection (e.g. java.util.Vector).
handler
final CollectionHandler handler
- The collection handler instance.
getSetCollection
final boolean getSetCollection
- True for collections that require both get and set methods.
CollectionHandlers.Info
CollectionHandlers.Info(java.lang.String shortName,
java.lang.Class javaClass,
boolean getSetCollection,
CollectionHandler handler)
Intalio Inc. (C) 1999-2004. All rights reserved http://www.intalio.com