|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
java.lang.String getName()
int getType()
java.lang.String getDefaultValue()
boolean isRequired()
boolean isRepeating()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |