com.sap.workspaces.module.settings

Interface IModuleSettings


public interface IModuleSettings

Provides access to the configuration properties of a module instance at runtime


Method Summary
 IModuleContext getModuleContext()
          Returns the module context
 IModuleProperty[] getModuleProperties()
          Returns all the configuration properties of the module
 IModuleProperty getModuleProperty(String propertyID)
          Returns the specified configuration property of the module
 String getName()
          Returns the module instance name
 

Method Detail

getModuleContext

IModuleContext getModuleContext()
Returns the module context

Returns:
the module context associated with this module settings

getName

String getName()
Returns the module instance name

Returns:
the name of the module instance

getModuleProperty

IModuleProperty getModuleProperty(String propertyID)
Returns the specified configuration property of the module

Parameters:
propertyID - the Id of the property to return
Returns:
the property. null if no property was found

getModuleProperties

IModuleProperty[] getModuleProperties()
Returns all the configuration properties of the module

Returns:
all the configuration properties of the module


Copyright 2010 SAP AG Complete Copyright Notice