public class

TaskFactoryParam

extends AbstractConfigurationElement
java.lang.Object
   ↳ com.microstrategy.utils.config.AbstractConfigurationElement
     ↳ com.microstrategy.web.tasks.config.TaskFactoryParam

Summary

Constants
String NODE_PARAM
[Expand]
Inherited Constants
From class com.microstrategy.utils.config.AbstractConfigurationElement
Public Constructors
TaskFactoryParam()
Public Methods
String getName()
String getValue()
void setName(String value)
void setValue(String value)
Protected Methods
String getKeyAttribute()
This method must return the attribute that uniquely identifies this element among its siblings; if no single attribute can be used, return null and override the getKey and setKey methods.
[Expand]
Inherited Methods
From class com.microstrategy.utils.config.AbstractConfigurationElement
From class java.lang.Object
From interface com.microstrategy.utils.config.ConfigurationElement
From interface com.microstrategy.utils.config.ConfigurationFile

Constants

public static final String NODE_PARAM

Constant Value: "param"

Public Constructors

public TaskFactoryParam ()

Public Methods

public String getName ()

public String getValue ()

public void setName (String value)

public void setValue (String value)

Protected Methods

protected String getKeyAttribute ()

This method must return the attribute that uniquely identifies this element among its siblings; if no single attribute can be used, return null and override the getKey and setKey methods.