|
TEMERITY | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActionParam
A parameter of Action plugins.
| Method Summary | |
|---|---|
Object |
clone()
Return a deep copy of this object. |
String |
getDescription()
Gets the short description of the parameter used in tooltips. |
String |
getName()
Gets the name of the Action parameter. |
String |
getNameUI()
Gets a modified form of the name of this instance with spaces inserted between each word. |
Comparable |
getValue()
Gets the value of the parameter. |
void |
setValue(Comparable value)
Sets the value of the parameter. |
| Methods inherited from interface us.temerity.pipeline.glue.Glueable |
|---|
fromGlue, toGlue |
| Method Detail |
|---|
String getName()
String getNameUI()
This name is used in the UI to label fields and table columns in a more human friendly manner.
String getDescription()
Comparable getValue()
void setValue(Comparable value)
Object clone()
|
TEMERITY | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||