| 
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertySet
A named, resuable set of name-value pairs. <p/> User: rkng Date: Nov 2, 2005 Time: 3:47:01 PM To change this template use File | Settings | File Templates.
| Method Summary | |
|---|---|
 java.lang.String | 
getName()Returns name of this PropertySet instance  | 
 PropertySet | 
getParent()Returns parent of this PropertySet instance, or null if none is specified. | 
 java.lang.String | 
getPrefix()Returns the prefix of this PropertySet instance, or null if none is specified. | 
 java.lang.String | 
getProperty(java.lang.String name)Given a property name, return the value associated with the specified name.  | 
 java.util.Map<java.lang.String,java.lang.String> | 
toProperties()Convert this PropertySet instance into a Properties instance using fully-qualified property names  | 
| Method Detail | 
|---|
java.lang.String getName()
java.lang.String getPrefix()
null if none is specified. <p/> The prefix is automatically added to the property names included as part of this PropertySet instance. <p/> Note that a child PropertySet inherits the prefix attribute from the parent PropertySet instance.PropertySet getParent()
null if none is specified.null if none is specified.java.lang.String getProperty(java.lang.String name)
name - name of the propertyjava.util.Map<java.lang.String,java.lang.String> toProperties()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||