public class RuntimeProperty extends Object
| Constructor and Description |
|---|
RuntimeProperty(String name,
String value,
boolean isMandatory) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getValue() |
boolean |
isMandatory() |
void |
setMandatory(boolean isMandatory) |
void |
setName(String name) |
void |
setValue(String value) |
String |
toString() |
public boolean isMandatory()
public String getName()
public String getValue()
public void setMandatory(boolean isMandatory)
isMandatory - the isMandatory to setpublic void setName(String name)
name - the name to setpublic void setValue(String value)
value - the value to setCopyright © 2017. All Rights Reserved.