|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.pogamut.shed.widget.ShedWidget.Variable
public static final class ShedWidget.Variable
Structure holding info about variable shown in the widget.
| Field Summary | |
|---|---|
String |
errorMsg
Error message about the variable. |
String |
name
Name of the variable, e.g. |
ParamInfo.Type |
type
Type of the variable. |
String |
valueString
Value shown to the user. |
| Constructor Summary | |
|---|---|
ShedWidget.Variable(String name,
ParamInfo.Type type,
String valueString,
String errorMsg)
|
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final String name
public final ParamInfo.Type type
public final String valueString
public final String errorMsg
| Constructor Detail |
|---|
public ShedWidget.Variable(String name,
ParamInfo.Type type,
String valueString,
String errorMsg)
| Method Detail |
|---|
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||