@ConsumerType public interface CollectionMetadata extends NonNullMetadata
Modifier and Type | Method and Description |
---|---|
java.lang.Class<?> |
getCollectionClass()
Return the type of the collection.
|
java.util.List<Metadata> |
getValues()
Return Metadata for the values of the collection.
|
java.lang.String |
getValueType()
Return the type specified for the values of the collection.
|
java.lang.Class<?> getCollectionClass()
Object[]
), Set
, and
List
. This information is specified in the element name.Object[]
is returned to
indicate an array.java.lang.String getValueType()
value-type
attribute specified this information.java.util.List<Metadata> getValues()
Copyright © OSGi Alliance (2000, 2018). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0