public interface IPropertyObject
Modifier and Type | Method and Description |
---|---|
Object |
getProperty(String name)
Returns a property.
|
Set |
getPropertyNames()
Returns all of the properties.
|
boolean |
hasProperty(String name)
Tests if the given property name exists
If an property is
null it exists |
void |
setProperty(String name,
Object value)
Sets a property
|
Object getProperty(String name)
name
- name of the propertySet getPropertyNames()
void setProperty(String name, Object value)
name
- name of the propertyvalue
- value of the propertyboolean hasProperty(String name)
null
it existsname
- the name of the property to testtrue
if and only if the property existsCopyright © 2012. All Rights Reserved.