public static class ExtenderController.Properties extends Object
ExtenderController, which are
arbitrary Object values with a String name.| Constructor and Description |
|---|
ExtenderController.Properties() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getProperties()
Returns a
Map containing all properties. |
Object |
getProperty(String name)
Return the value of a given property.
|
void |
setProperty(String name,
Object value)
Sets the value of a property.
|
public Object getProperty(String name)
name - the property name; never null.NullPointerException - if the name parameter is null.public void setProperty(String name, Object value)
name - the property name; never null.value - the property value; can be null.NullPointerException - if the name parameter is null.Built on June 18 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.