public class Control extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
value |
| Constructor and Description |
|---|
Control() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getValue()
StringCopyright © 2008–2019 ConSol Software GmbH. All rights reserved.