com.businessobjects.sdk.plugin.desktop.metricdescriptions
Interface IMLDescriptions


public interface IMLDescriptions

This interface provides access to a collection of IPropertyRenderTemplate objects that contain display information for various properties and metrics for the Server Intelligence model.


Method Summary
 IPropertyRenderTemplate getPropertyRenderTemplate(java.lang.String name)
           Returns the render template for the specified property.
 java.util.Set keySet()
           Returns the set of property names for which there is a IPropertyRenderTemplate in this collection.
 

Method Detail

keySet

java.util.Set keySet()

Returns the set of property names for which there is a IPropertyRenderTemplate in this collection.

Returns:
A set of names.

getPropertyRenderTemplate

IPropertyRenderTemplate getPropertyRenderTemplate(java.lang.String name)

Returns the render template for the specified property.

Parameters:
name - The property name.
Returns:
Display information for a property.