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 booleanTrue for collections that require both get and set methods.(package private) final CollectionHandlerThe collection handler instance.(package private) final ClassThe Java class of the collection (e.g.(package private) final StringThe 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)
-