public interface CollectionMetadata extends NonNullMetadata
| Modifier and Type | Method and Description |
|---|---|
Class |
getCollectionClass()
Return the type of the collection.
|
List |
getValues()
Return Metadata for the values of the collection.
|
String |
getValueType()
Return the type specified for the values of the collection.
|
Class getCollectionClass()
Object[]), Set,
and List. This information is specified in the element name.Object[] is returned to
indicate an array.String getValueType()
value-type attribute specified this information.List getValues()
Copyright © 2006–2022 OSGi Alliance. All rights reserved.