|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPropertyBag
The Interface IPropertyBag.
Method Summary | |
---|---|
java.lang.Object |
getProperty(java.lang.Object key)
Returns the value to which the specified key is mapped, or null
if there is no mapping for the key. |
java.util.List<java.lang.Object> |
getPropertyKeys()
Returns a List of all available property keys. |
java.lang.Object |
putProperty(java.lang.Object key,
java.lang.Object value)
Associates the specified value with the specified key. |
Method Detail |
---|
java.lang.Object putProperty(java.lang.Object key, java.lang.Object value)
key
- key with which the specified value is to be associatedvalue
- value to be associated with the specified key
getProperty(Object)
java.lang.Object getProperty(java.lang.Object key)
null
if there is no mapping for the key.
putProperty(Object, Object)
java.util.List<java.lang.Object> getPropertyKeys()
List
of all available property keys. The list may be
empty.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |