com.sap.workspaces.module.settings

Interface IModuleSettings


public interface IModuleSettings

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


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

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
Returns:
The property, or.null if the property was not found

getModuleProperties

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

Returns:
An array containing all the configuration properties of the module


Copyright 2011 SAP AG Complete Copyright Notice