static class CollectionHandlers.Info
extends java.lang.Object
| Modifier and Type | Field | Description | 
|---|---|---|
(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. 
 | 
| Constructor | Description | 
|---|---|
Info(java.lang.String shortName,
    java.lang.Class javaClass,
    boolean getSetCollection,
    CollectionHandler handler) | 
final java.lang.String shortName
final java.lang.Class javaClass
final CollectionHandler handler
final boolean getSetCollection
Info(java.lang.String shortName,
     java.lang.Class javaClass,
     boolean getSetCollection,
     CollectionHandler handler)
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com