org.apache.aries.jmx.blueprint.codec
Class BPCollectionMetadata

java.lang.Object
  extended by org.apache.aries.jmx.blueprint.codec.BPCollectionMetadata
All Implemented Interfaces:
BPMetadata, BPNonNullMetadata, TransferObject

public class BPCollectionMetadata
extends Object
implements BPNonNullMetadata


Constructor Summary
BPCollectionMetadata(org.osgi.service.blueprint.reflect.CollectionMetadata collection)
           
BPCollectionMetadata(CompositeData collection)
           
 
Method Summary
 CompositeData asCompositeData()
           
 String getCollectionClass()
           
 BPMetadata[] getValues()
           
 String getValueType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BPCollectionMetadata

public BPCollectionMetadata(CompositeData collection)

BPCollectionMetadata

public BPCollectionMetadata(org.osgi.service.blueprint.reflect.CollectionMetadata collection)
Method Detail

asCompositeData

public CompositeData asCompositeData()
Specified by:
asCompositeData in interface TransferObject

getCollectionClass

public String getCollectionClass()

getValueType

public String getValueType()

getValues

public BPMetadata[] getValues()


Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.