| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertyAccess
The PropertyAccess interface provides the API for getting and setting properties.
| Method Summary | |
|---|---|
 java.lang.String | 
getProperty(java.lang.String key, java.lang.String defaultValue)Retrieves the value associated with a property.  | 
 java.lang.Object | 
removeProperty(java.lang.String key)Removes the property.  | 
 java.lang.Object | 
setProperty(java.lang.String key, java.lang.String value)Sets the value for a property.  | 
| Method Detail | 
|---|
java.lang.String getProperty(java.lang.String key,
                             java.lang.String defaultValue)
key - the property key for which a value is desired.defaultValue - the value to return if no value currently exists.
java.lang.Object setProperty(java.lang.String key,
                             java.lang.String value)
key - the property key to setvalue - the string value to setjava.lang.Object removeProperty(java.lang.String key)
key - the property key to remove
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||