public class ApplicationParam extends Object
| Constructor and Description |
|---|
ApplicationParam() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name.
|
Object |
getValue()
Gets the value.
|
boolean |
isFromDeplDescr()
Checks if is from depl descr.
|
void |
setFromDeplDescr(boolean fromDeplDescr)
Sets the from depl descr.
|
void |
setName(String name)
Sets the name.
|
void |
setValue(Object value)
Sets the value.
|
public String getName()
public void setName(String name)
name - the new namepublic Object getValue()
public void setValue(Object value)
value - the new valuepublic boolean isFromDeplDescr()
public void setFromDeplDescr(boolean fromDeplDescr)
fromDeplDescr - the new from depl descrCopyright © 2009–2020 psi-probe. All rights reserved.