|
NetCharts Server | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Field Summary | |
static int |
OPTION
OPTION parameter type. |
static int |
TEXT
TEXT parameter type. |
| Method Summary | |
java.lang.String |
getDefaultValue()
Returns the default value of the parameter. |
java.lang.String |
getDescription()
Returns a description of the parameter. |
java.lang.String |
getDisplayName()
Returns a descriptive version of the Process Module parameter. |
java.lang.String[] |
getOptionValues()
Returns the set of possible values if the parameter is of type OPTION. |
java.lang.String |
getParameter()
Returns the Process Module parameter. |
int |
getType()
Returns the parameter type, either TEXT or OPTION. |
NDSPostProcessorInterfaceParameterValidator |
getValidator()
Returns a NDSPostProcessorInterfaceParameterValidator implementation that can be used to validate the currently entered value of the parameter. |
boolean |
removeParameterIfEmpty()
Instructs NetCharts Designer to remove the parameter from the set if an empty value is entered. |
| Field Detail |
public static final int TEXT
public static final int OPTION
| Method Detail |
public int getType()
TEXT or OPTION.TEXT or OPTION.public java.lang.String getParameter()
public java.lang.String getDisplayName()
public java.lang.String getDescription()
public java.lang.String getDefaultValue()
TEXT, then the default value can be any String value. If the
parameter is of type OPTION, then the default value should be one
of the possible values. If null is returned, an empty
string will be used.public java.lang.String[] getOptionValues()
OPTION. No value
within the array should be null.OPTION.public boolean removeParameterIfEmpty()
true to remove the parameter is an empty value, false otherwise.public NDSPostProcessorInterfaceParameterValidator getValidator()
null, then no validation is performed.
|
NetCharts Server | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Visual Mining, Inc. | Copyright © Visual Mining, Inc. 1996 - 2004 |
Last Modified: Aug 3, 2004 |