brooklyn.catalog
Interface CatalogItem<T>


public interface CatalogItem<T>


Nested Class Summary
static class CatalogItem.CatalogItemType
           
 
Method Summary
 Class<T> getCatalogItemJavaType()
           
 CatalogItem.CatalogItemType getCatalogItemType()
           
 String getDescription()
           
 String getIconUrl()
           
 String getId()
           
 String getJavaType()
           
 String getName()
           
 String toXmlString()
           
 

Method Detail

getCatalogItemType

CatalogItem.CatalogItemType getCatalogItemType()

getCatalogItemJavaType

Class<T> getCatalogItemJavaType()

getId

String getId()

getJavaType

String getJavaType()

getName

String getName()

getDescription

String getDescription()

getIconUrl

String getIconUrl()

toXmlString

String toXmlString()


Copyright © 2013. All Rights Reserved.