oracle.dacf.dataset
Class PropertyAccess
java.lang.Object
oracle.dacf.dataset.DacObject
oracle.dacf.dataset.DataItemImpl
oracle.dacf.dataset.PropertyAccess
- All Implemented Interfaces:
- java.lang.Cloneable, javax.infobus.DataItem, javax.infobus.DataItemChangeManager, DataItemValidate
- Direct Known Subclasses:
- RowSetPropertyAccess
- public abstract class PropertyAccess
- extends DataItemImpl
PropertyAccess
- Version:
- INTERNAL; since JDeveloepr 3.1
Method Summary |
protected java.lang.String |
getPropertyName()
Returns the name of the property being exposed. |
protected void |
setPropertyName(java.lang.String propertyName)
Sets the name of the property being exposed. |
Methods inherited from class oracle.dacf.dataset.DataItemImpl |
addDataItemChangeListener, clone, doPostRollback, doPreRollback, findDataItem, fireItemsAvailable, fireItemsAvailable, fireItemsRevoked, getDataItemChangeSupport, getProducerObject, getProperty, getSource, isPublished, postRollback, preRollback, publish, publish, release, removeDataItemChangeListener, revoke, setProducerObject, setSource, shutdown, toString, validateItem |
Methods inherited from class oracle.dacf.dataset.DacObject |
addChild, findDescendant, genCloneName, getChild, getChildIndex, getChildren, getName, getNumOfChildren, getParent, getPrefix, insertChildAt, removeChild, removeChildren, setChildren, setName, setParent, setPrefix |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PropertyAccess
protected PropertyAccess()
PropertyAccess
protected PropertyAccess(java.lang.String name,
javax.infobus.InfoBusEventListener source,
PropertyInfo propertyInfo,
DacObject parent)
setPropertyName
protected void setPropertyName(java.lang.String propertyName)
- Sets the name of the property being exposed.
- Parameters:
propertyName
- the name of the property being exposed- See Also:
getPropertyName()
getPropertyName
protected java.lang.String getPropertyName()
- Returns the name of the property being exposed.
- Returns:
- the name of the property being exposed
- See Also:
setPropertyName(String propertyName)
Copyright © 1997, 2003, Oracle. All rights reserved.