public interface CollectionMetadata
Modifier and Type | Method and Description |
---|---|
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
|
java.lang.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?
|
Type getKeyType()
Type getElementType()
Type getIndexType()
boolean hasIndex()
java.lang.String getRole()
boolean isArray()
boolean isPrimitiveArray()
boolean isLazy()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.