|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Parameter
Interface for parameters in the geeboss application
| Method Summary | |
|---|---|
int |
getMax()
Returns the max value of this parameter |
int |
getMin()
Returns the min value of this parameter |
java.lang.String |
getName()
Getter for parameter name |
int |
getNumberValue()
Returns the number value of this parameter |
java.lang.String |
getStringValue()
Returns the string value of this parameter |
boolean |
isNumber()
Returns true it this parameter is a number parameter |
boolean |
isString()
Returns true it this parameter is a string parameter |
void |
setNumberValue(int value)
Set the number value for this parameter |
void |
setStringValue(java.lang.String value)
Set the string value for this parameter |
| Method Detail |
|---|
java.lang.String getName()
boolean isNumber()
boolean isString()
void setNumberValue(int value)
value - the number value for this parameter
java.lang.UnsupportedOperationException - if this parameter is not a number parameterint getNumberValue()
java.lang.UnsupportedOperationException - if this parameter is not a number parameterint getMin()
java.lang.UnsupportedOperationException - if this parameter is not a number parameterint getMax()
java.lang.UnsupportedOperationException - if this parameter is not a number parametervoid setStringValue(java.lang.String value)
value - the string value for this parameter
java.lang.UnsupportedOperationException - if this parameter is not a string parameterjava.lang.String getStringValue()
java.lang.UnsupportedOperationException - if this parameter is not a string parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||