|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.9.0) E15995-08 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICommonInputParameter
Metadata designed to define input parameters that may be required to execute a scenario.
Method Summary | |
---|---|
java.lang.String |
getDescription() Gets the description of this input variable. |
java.lang.String |
getValue() Returns the input parameter name that is required. |
boolean |
isRequired() Is the scenario input parameter required. |
void |
setDescription(java.lang.String description) Sets the description of this input variable. |
void |
setRequired(boolean required) Sets the required attribute. |
void |
setValue(java.lang.String value) Sets the input parameter name that is required. |
Method Detail |
---|
boolean isRequired()
If set to true, an exception is thrown if the scenario is executed without the input parameter.
Default value is false.
void setRequired(boolean required)
java.lang.String getValue()
void setValue(java.lang.String value)
java.lang.String getDescription()
void setDescription(java.lang.String description)
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.9.0) E15995-08 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |