public class RuntimeProperty extends Object
Constructor and Description |
---|
RuntimeProperty(String name,
String value,
boolean isMandatory) |
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 © 2015. All Rights Reserved.