Business Components

oracle.jbo
Interface Properties

All Known Subinterfaces:
ApplicationModule, AttributeDef, ComponentObject, RowSet, ViewLink, ViewObject
All Known Implementing Classes:
PropertiesHelper

public interface Properties

Provides access to custom name-value pairs stored in an object's metadata definition.

Since:
JDeveloper 3.0

Method Summary
 java.util.Hashtable getProperties()
          Gets the table of properties.
 java.lang.Object getProperty(java.lang.String hintName)
          Retrieves the specified property, if it exists.
 

Method Detail

getProperty

public java.lang.Object getProperty(java.lang.String hintName)
Retrieves the specified property, if it exists.
Returns:
the named property.

getProperties

public java.util.Hashtable getProperties()
Gets the table of properties.
Returns:
a hashtable of properties.

Business Components