| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| int | GetItemId
()
Get method for attribute "ItemId" |
| ModelItemType | GetItemType
()
Get method for attribute "ItemType" |
| String | GetName
()
Get method for attribute "Name" |
| ParamValue | GetValue
()
Get method for attribute "Value" |
| void | SetItemId
(int value)
Set method for attribute "ItemId" |
| void | SetItemType
(ModelItemType value)
Set method for attribute "ItemType" |
| void | SetName
(String value)
Set method for attribute "Name" |
| void | SetValue
(ParamValue value)
Set method for attribute "Value" |
| Method Detail |
|---|
| GetName/SetName |
|---|
| String | GetName | () |
| void | SetName | (String value) |
|
| GetItemType/SetItemType |
|---|
| ModelItemType | GetItemType | () |
| void | SetItemType | (ModelItemType value) |
|
| GetItemId/SetItemId |
|---|
| int | GetItemId | () |
| void | SetItemId | (int value) |
|
| GetValue/SetValue |
|---|
| ParamValue | GetValue | () |
| void | SetValue | (ParamValue value) |
|