| 
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 ExtendedPropertySet
| Method Summary | |
|---|---|
 java.lang.String | 
getName()Returns name of this ExtendedPropertySet instance  | 
 ExtendedPropertySet | 
getParent()Returns parent of this ExtendedPropertySet instance, or null if none is specified. | 
 java.lang.String | 
getPrefix()Returns the prefix of this ExtendedPropertySet instance, or null if none is specified. | 
 java.util.List<java.lang.String> | 
getProperty(java.lang.String name)Given a property name, return the value associated with the specified name.  | 
 ExtendedProperty | 
toExtendedProperty()Convert this ExtendedPropertySet instance into a ExtendedProperty 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 ExtendedPropertySet instance. <p/> Note that a child ExtendedPropertySet inherits the prefix attribute from the parent ExtendedPropertySet instance.ExtendedPropertySet getParent()
null if none is specified.null if none is specified.java.util.List<java.lang.String> getProperty(java.lang.String name)
name - name of the propertyExtendedProperty toExtendedProperty()
  | 
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 | |||||||||