Oracle Data-aware Controls Reference

oracle.dacf.dataset
Class SessionInfoBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--oracle.dacf.dataset.InfoObjectBeanInfo
              |
              +--oracle.dacf.dataset.SessionInfoBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class SessionInfoBeanInfo
extends InfoObjectBeanInfo

Internal: Applications should not use this class.

BeanInfo implementation for SessionInfo. This class provides the getters and setters for properties and validation and methods for enumerated value strings.

Version:
SDK
See Also:
SessionInfo

Fields inherited from class oracle.dacf.dataset.InfoObjectBeanInfo
ATTRIBUTE_CHANGED_METHOD_NAME, changeListenerMethodNames, PROP_NAME, ROW_2B_REMOVED_METHOD_NAME, ROW_ADDED_METHOD_NAME, ROW_UPDATED_METHOD_NAME, ROWSET_CLEARED_METHOD_NAME, ROWSET_POPULATED_METHOD_NAME, VALIDATE_ATTRIBUTE_METHOD_NAME, VALIDATE_ROW_METHOD_NAME, VALIDATE_ROWSET_METHOD_NAME, VALIDATE_SESSION_METHOD_NAME, validationListenerMethodNames
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
SessionInfoBeanInfo()
          Internal: Applications should not use this class.
 
Method Summary
 java.beans.BeanInfo[] getAdditionalBeanInfo()
          Internal: Applications should not use this method.
protected  java.lang.Class getBeanClass()
          Internal: Applications should not use this method.
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          Internal: Applications should not use this method.
 
Methods inherited from class oracle.dacf.dataset.InfoObjectBeanInfo
getChangeListenerMethodNames, getEventSetDescriptors, getValidationListenerMethodNames
 
Methods inherited from class java.beans.SimpleBeanInfo
getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getIcon, getMethodDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionInfoBeanInfo

public SessionInfoBeanInfo()
Internal: Applications should not use this class.

Default constructor.

Method Detail

getBeanClass

protected java.lang.Class getBeanClass()
Description copied from class: InfoObjectBeanInfo
Internal: Applications should not use this method.

Returns the class of the bean that this BeanInfo describes.

Overrides:
getBeanClass in class InfoObjectBeanInfo
Following copied from class: oracle.dacf.dataset.InfoObjectBeanInfo
Returns:
returns AttributeInfo.class

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Internal: Applications should not use this method.

Returns the property descriptors for the bean

Overrides:
getPropertyDescriptors in class InfoObjectBeanInfo
See Also:
BeanInfo.getPropertyDescriptors()

getAdditionalBeanInfo

public java.beans.BeanInfo[] getAdditionalBeanInfo()
Internal: Applications should not use this method.

Returns additional information from the bean's superclass

Overrides:
getAdditionalBeanInfo in class java.beans.SimpleBeanInfo
See Also:
BeanInfo.getAdditionalBeanInfo()

Oracle Data-aware Controls Reference