Package org.exolab.castor.mapping.loader
Class CollectionHandlers.Info
java.lang.Object
org.exolab.castor.mapping.loader.CollectionHandlers.Info
- Enclosing class:
- CollectionHandlers
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final boolean
True for collections that require both get and set methods.(package private) final CollectionHandler
The collection handler instance.(package private) final Class
The Java class of the collection (e.g.(package private) final String
The short name of the collection (e.g. -
Constructor Summary
ConstructorsConstructorDescriptionInfo
(String shortName, Class javaClass, boolean getSetCollection, CollectionHandler handler) -
Method Summary
-
Field Details
-
shortName
The short name of the collection (e.g. vector). -
javaClass
The Java class of the collection (e.g. java.util.Vector). -
handler
The collection handler instance. -
getSetCollection
final boolean getSetCollectionTrue for collections that require both get and set methods.
-
-
Constructor Details
-
Info
Info(String shortName, Class javaClass, boolean getSetCollection, CollectionHandler handler)
-