|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Exposes collection metadata to the application
Method Summary | |
Type |
getElementType()
The collection element type |
Type |
getIndexType()
The collection index type (or null if the collection has no index) |
Type |
getKeyType()
The collection key type |
String |
getRole()
The name of this collection role |
boolean |
hasIndex()
Is this collection indexed? |
boolean |
isArray()
Is the collection an array? |
boolean |
isLazy()
Is the collection lazily initialized? |
boolean |
isPrimitiveArray()
Is the collection a primitive array? |
Method Detail |
public Type getKeyType()
public Type getElementType()
public Type getIndexType()
public boolean hasIndex()
public String getRole()
public boolean isArray()
public boolean isPrimitiveArray()
public boolean isLazy()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |