com.tibco.bw.plugin.config
Interface Param


public interface Param

This is used for representing a special class of configuration parameters, the ones that have the following visible configuration properties: name, type, default value and cardinality.


Method Summary
 java.lang.String getDefaultValue()
          The default value of the parameter, if one exists.
 java.lang.String getName()
           
 int getType()
          The type of the parameter.
 boolean isRepeating()
          Whether the parameter is repeating.
 boolean isRequired()
          Whether the parameter is required.
 

Method Detail

getName


java.lang.String getName()

getType


int getType()
The type of the parameter.

Returns:

getDefaultValue


java.lang.String getDefaultValue()
The default value of the parameter, if one exists.

Returns:

isRequired


boolean isRequired()
Whether the parameter is required.

Returns:

isRepeating


boolean isRepeating()
Whether the parameter is repeating.

Returns:


Copyright @ 2010, TIBCO Softwares (Inc). All right reserved