Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.ui
Class ComparisonRangeValidatorBeanInfo

java.lang.Object
  extended by java.beans.SimpleBeanInfo
      extended by com.ibm.etools.iseries.ui.ComparisonRangeValidatorBeanInfo
All Implemented Interfaces:
BeanInfo

public class ComparisonRangeValidatorBeanInfo
extends SimpleBeanInfo

The bean information class for com.ibm.etools.iseries.ui.ComparisonRangeValidator.


Field Summary
static String Copyright
           
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
ComparisonRangeValidatorBeanInfo()
           
 
Method Summary
 MethodDescriptor addPropertyChangeListener_javabeansPropertyChangeListenerMethodDescriptor()
          Gets the addPropertyChangeListener(java.beans.PropertyChangeListener) method descriptor.
 MethodDescriptor addVetoableChangeListener_javabeansVetoableChangeListenerMethodDescriptor()
          Gets the addVetoableChangeListener(java.beans.VetoableChangeListener) method descriptor.
 PropertyDescriptor collatorStrengthPropertyDescriptor()
          Gets the collatorStrength property descriptor.
 PropertyDescriptor comparisonTypePropertyDescriptor()
          Gets the comparisonType property descriptor.
 PropertyDescriptor comparisonValuePropertyDescriptor()
          Gets the comparisonValue property descriptor.
 PropertyDescriptor dataAttributesPropertyDescriptor()
          Gets the dataAttributes property descriptor.
 PropertyDescriptor decompositionModePropertyDescriptor()
          Gets the decompositionMode property descriptor.
static Method findMethod(Class aClass, String methodName, int parameterCount)
          Find the method by comparing (name & parameter size) against the methods in the class.
 MethodDescriptor firePropertyChange_javalangString_javalangObject_javalangObjectMethodDescriptor()
          Gets the firePropertyChange(java.lang.String, java.lang.Object, java.lang.Object) method descriptor.
 BeanInfo[] getAdditionalBeanInfo()
          Returns the BeanInfo of the superclass of this bean to inherit its features.
static Class getBeanClass()
          Gets the bean class.
static String getBeanClassName()
          Gets the bean class name.
 BeanDescriptor getBeanDescriptor()
           
 MethodDescriptor getCollatorStrengthMethodDescriptor()
          Gets the getCollatorStrength() method descriptor.
 MethodDescriptor getComparisonTypeMethodDescriptor()
          Gets the getComparisonType() method descriptor.
 MethodDescriptor getComparisonValueMethodDescriptor()
          Gets the getComparisonValue() method descriptor.
 MethodDescriptor getDecompositionModeMethodDescriptor()
          Gets the getDecompositionMode() method descriptor.
 EventSetDescriptor[] getEventSetDescriptors()
          Return the event set descriptors for this bean.
 MethodDescriptor getMaximumRangeMethodDescriptor()
          Gets the getMaximumRange() method descriptor.
 MethodDescriptor[] getMethodDescriptors()
          Return the method descriptors for this bean.
 MethodDescriptor getMinimumRangeMethodDescriptor()
          Gets the getMinimumRange() method descriptor.
 MethodDescriptor getNullAllowedMethodDescriptor()
          Gets the getNullAllowed() method descriptor.
 PropertyDescriptor[] getPropertyDescriptors()
          Return the property descriptors for this bean.
 MethodDescriptor getValidityCheckTypeMethodDescriptor()
          Gets the getValidityCheckType() method descriptor.
 PropertyDescriptor maximumRangePropertyDescriptor()
          Gets the maximumRange property descriptor.
 PropertyDescriptor minimumRangePropertyDescriptor()
          Gets the minimumRange property descriptor.
 PropertyDescriptor nullAllowedPropertyDescriptor()
          Gets the nullAllowed property descriptor.
 MethodDescriptor propertyChange_javabeansPropertyChangeEventMethodDescriptor()
          Gets the propertyChange(java.beans.PropertyChangeEvent) method descriptor.
 EventSetDescriptor propertyChangeEventSetDescriptor()
          Gets the propertyChange event set descriptor.
 MethodDescriptor propertyChangepropertyChange_javabeansPropertyChangeEventMethodEventDescriptor()
          Gets the propertyChange.propertyChange(java.beans.PropertyChangeEvent) method descriptor.
 MethodDescriptor removePropertyChangeListener_javabeansPropertyChangeListenerMethodDescriptor()
          Gets the removePropertyChangeListener(java.beans.PropertyChangeListener) method descriptor.
 MethodDescriptor removeVetoableChangeListener_javabeansVetoableChangeListenerMethodDescriptor()
          Gets the removeVetoableChangeListener(java.beans.VetoableChangeListener) method descriptor.
 MethodDescriptor setCollatorStrength_intMethodDescriptor()
          Gets the setCollatorStrength(int) method descriptor.
 MethodDescriptor setComparisonType_intMethodDescriptor()
          Gets the setComparisonType(int) method descriptor.
 MethodDescriptor setComparisonValue_javalangStringMethodDescriptor()
          Gets the setComparisonValue(java.lang.String) method descriptor.
 MethodDescriptor setDecompositionMode_intMethodDescriptor()
          Gets the setDecompositionMode(int) method descriptor.
 MethodDescriptor setMaximumRange_javalangStringMethodDescriptor()
          Gets the setMaximumRange(java.lang.String) method descriptor.
 MethodDescriptor setMinimumRange_javalangStringMethodDescriptor()
          Gets the setMinimumRange(java.lang.String) method descriptor.
 MethodDescriptor setNullAllowed_booleanMethodDescriptor()
          Gets the setNullAllowed(boolean) method descriptor.
 MethodDescriptor setValidityCheckType_intMethodDescriptor()
          Gets the setValidityCheckType(int) method descriptor.
 PropertyDescriptor validityCheckTypePropertyDescriptor()
          Gets the validityCheckType property descriptor.
 MethodDescriptor vetoableChange_javabeansPropertyChangeEventMethodDescriptor()
          Gets the vetoableChange(java.beans.PropertyChangeEvent) method descriptor.
 EventSetDescriptor vetoableChangeEventSetDescriptor()
          Gets the vetoableChange event set descriptor.
 MethodDescriptor vetoableChangevetoableChange_javabeansPropertyChangeEventMethodEventDescriptor()
          Gets the vetoableChange.vetoableChange(java.beans.PropertyChangeEvent) method descriptor.
 
Methods inherited from class java.beans.SimpleBeanInfo
getDefaultEventIndex, getDefaultPropertyIndex, getIcon, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values
Constructor Detail

ComparisonRangeValidatorBeanInfo

public ComparisonRangeValidatorBeanInfo()
Method Detail

addPropertyChangeListener_javabeansPropertyChangeListenerMethodDescriptor

public MethodDescriptor addPropertyChangeListener_javabeansPropertyChangeListenerMethodDescriptor()
Gets the addPropertyChangeListener(java.beans.PropertyChangeListener) method descriptor.

Returns:
java.beans.MethodDescriptor

addVetoableChangeListener_javabeansVetoableChangeListenerMethodDescriptor

public MethodDescriptor addVetoableChangeListener_javabeansVetoableChangeListenerMethodDescriptor()
Gets the addVetoableChangeListener(java.beans.VetoableChangeListener) method descriptor.

Returns:
java.beans.MethodDescriptor

collatorStrengthPropertyDescriptor

public PropertyDescriptor collatorStrengthPropertyDescriptor()
Gets the collatorStrength property descriptor.

Returns:
java.beans.PropertyDescriptor

comparisonTypePropertyDescriptor

public PropertyDescriptor comparisonTypePropertyDescriptor()
Gets the comparisonType property descriptor.

Returns:
java.beans.PropertyDescriptor

comparisonValuePropertyDescriptor

public PropertyDescriptor comparisonValuePropertyDescriptor()
Gets the comparisonValue property descriptor.

Returns:
java.beans.PropertyDescriptor

dataAttributesPropertyDescriptor

public PropertyDescriptor dataAttributesPropertyDescriptor()
Gets the dataAttributes property descriptor.

Returns:
java.beans.PropertyDescriptor

decompositionModePropertyDescriptor

public PropertyDescriptor decompositionModePropertyDescriptor()
Gets the decompositionMode property descriptor.

Returns:
java.beans.PropertyDescriptor

findMethod

public static Method findMethod(Class aClass,
                                String methodName,
                                int parameterCount)
Find the method by comparing (name & parameter size) against the methods in the class.

Parameters:
aClass - java.lang.Class
methodName - java.lang.String
parameterCount - int
Returns:
java.lang.reflect.Method

firePropertyChange_javalangString_javalangObject_javalangObjectMethodDescriptor

public MethodDescriptor firePropertyChange_javalangString_javalangObject_javalangObjectMethodDescriptor()
Gets the firePropertyChange(java.lang.String, java.lang.Object, java.lang.Object) method descriptor.

Returns:
java.beans.MethodDescriptor

getAdditionalBeanInfo

public BeanInfo[] getAdditionalBeanInfo()
Returns the BeanInfo of the superclass of this bean to inherit its features.

Specified by:
getAdditionalBeanInfo in interface BeanInfo
Overrides:
getAdditionalBeanInfo in class SimpleBeanInfo
Returns:
java.beans.BeanInfo[]

getBeanClass

public static Class getBeanClass()
Gets the bean class.

Returns:
java.lang.Class

getBeanClassName

public static String getBeanClassName()
Gets the bean class name.

Returns:
java.lang.String

getBeanDescriptor

public BeanDescriptor getBeanDescriptor()
Specified by:
getBeanDescriptor in interface BeanInfo
Overrides:
getBeanDescriptor in class SimpleBeanInfo

getCollatorStrengthMethodDescriptor

public MethodDescriptor getCollatorStrengthMethodDescriptor()
Gets the getCollatorStrength() method descriptor.

Returns:
java.beans.MethodDescriptor

getComparisonTypeMethodDescriptor

public MethodDescriptor getComparisonTypeMethodDescriptor()
Gets the getComparisonType() method descriptor.

Returns:
java.beans.MethodDescriptor

getComparisonValueMethodDescriptor

public MethodDescriptor getComparisonValueMethodDescriptor()
Gets the getComparisonValue() method descriptor.

Returns:
java.beans.MethodDescriptor

getDecompositionModeMethodDescriptor

public MethodDescriptor getDecompositionModeMethodDescriptor()
Gets the getDecompositionMode() method descriptor.

Returns:
java.beans.MethodDescriptor

getEventSetDescriptors

public EventSetDescriptor[] getEventSetDescriptors()
Return the event set descriptors for this bean.

Specified by:
getEventSetDescriptors in interface BeanInfo
Overrides:
getEventSetDescriptors in class SimpleBeanInfo
Returns:
java.beans.EventSetDescriptor[]

getMaximumRangeMethodDescriptor

public MethodDescriptor getMaximumRangeMethodDescriptor()
Gets the getMaximumRange() method descriptor.

Returns:
java.beans.MethodDescriptor

getMethodDescriptors

public MethodDescriptor[] getMethodDescriptors()
Return the method descriptors for this bean.

Specified by:
getMethodDescriptors in interface BeanInfo
Overrides:
getMethodDescriptors in class SimpleBeanInfo
Returns:
java.beans.MethodDescriptor[]

getMinimumRangeMethodDescriptor

public MethodDescriptor getMinimumRangeMethodDescriptor()
Gets the getMinimumRange() method descriptor.

Returns:
java.beans.MethodDescriptor

getNullAllowedMethodDescriptor

public MethodDescriptor getNullAllowedMethodDescriptor()
Gets the getNullAllowed() method descriptor.

Returns:
java.beans.MethodDescriptor

getPropertyDescriptors

public PropertyDescriptor[] getPropertyDescriptors()
Return the property descriptors for this bean.

Specified by:
getPropertyDescriptors in interface BeanInfo
Overrides:
getPropertyDescriptors in class SimpleBeanInfo
Returns:
java.beans.PropertyDescriptor[]

getValidityCheckTypeMethodDescriptor

public MethodDescriptor getValidityCheckTypeMethodDescriptor()
Gets the getValidityCheckType() method descriptor.

Returns:
java.beans.MethodDescriptor

maximumRangePropertyDescriptor

public PropertyDescriptor maximumRangePropertyDescriptor()
Gets the maximumRange property descriptor.

Returns:
java.beans.PropertyDescriptor

minimumRangePropertyDescriptor

public PropertyDescriptor minimumRangePropertyDescriptor()
Gets the minimumRange property descriptor.

Returns:
java.beans.PropertyDescriptor

nullAllowedPropertyDescriptor

public PropertyDescriptor nullAllowedPropertyDescriptor()
Gets the nullAllowed property descriptor.

Returns:
java.beans.PropertyDescriptor

propertyChange_javabeansPropertyChangeEventMethodDescriptor

public MethodDescriptor propertyChange_javabeansPropertyChangeEventMethodDescriptor()
Gets the propertyChange(java.beans.PropertyChangeEvent) method descriptor.

Returns:
java.beans.MethodDescriptor

propertyChangeEventSetDescriptor

public EventSetDescriptor propertyChangeEventSetDescriptor()
Gets the propertyChange event set descriptor.

Returns:
java.beans.EventSetDescriptor

propertyChangepropertyChange_javabeansPropertyChangeEventMethodEventDescriptor

public MethodDescriptor propertyChangepropertyChange_javabeansPropertyChangeEventMethodEventDescriptor()
Gets the propertyChange.propertyChange(java.beans.PropertyChangeEvent) method descriptor.

Returns:
java.beans.MethodDescriptor

removePropertyChangeListener_javabeansPropertyChangeListenerMethodDescriptor

public MethodDescriptor removePropertyChangeListener_javabeansPropertyChangeListenerMethodDescriptor()
Gets the removePropertyChangeListener(java.beans.PropertyChangeListener) method descriptor.

Returns:
java.beans.MethodDescriptor

removeVetoableChangeListener_javabeansVetoableChangeListenerMethodDescriptor

public MethodDescriptor removeVetoableChangeListener_javabeansVetoableChangeListenerMethodDescriptor()
Gets the removeVetoableChangeListener(java.beans.VetoableChangeListener) method descriptor.

Returns:
java.beans.MethodDescriptor

setCollatorStrength_intMethodDescriptor

public MethodDescriptor setCollatorStrength_intMethodDescriptor()
Gets the setCollatorStrength(int) method descriptor.

Returns:
java.beans.MethodDescriptor

setComparisonType_intMethodDescriptor

public MethodDescriptor setComparisonType_intMethodDescriptor()
Gets the setComparisonType(int) method descriptor.

Returns:
java.beans.MethodDescriptor

setComparisonValue_javalangStringMethodDescriptor

public MethodDescriptor setComparisonValue_javalangStringMethodDescriptor()
Gets the setComparisonValue(java.lang.String) method descriptor.

Returns:
java.beans.MethodDescriptor

setDecompositionMode_intMethodDescriptor

public MethodDescriptor setDecompositionMode_intMethodDescriptor()
Gets the setDecompositionMode(int) method descriptor.

Returns:
java.beans.MethodDescriptor

setMaximumRange_javalangStringMethodDescriptor

public MethodDescriptor setMaximumRange_javalangStringMethodDescriptor()
Gets the setMaximumRange(java.lang.String) method descriptor.

Returns:
java.beans.MethodDescriptor

setMinimumRange_javalangStringMethodDescriptor

public MethodDescriptor setMinimumRange_javalangStringMethodDescriptor()
Gets the setMinimumRange(java.lang.String) method descriptor.

Returns:
java.beans.MethodDescriptor

setNullAllowed_booleanMethodDescriptor

public MethodDescriptor setNullAllowed_booleanMethodDescriptor()
Gets the setNullAllowed(boolean) method descriptor.

Returns:
java.beans.MethodDescriptor

setValidityCheckType_intMethodDescriptor

public MethodDescriptor setValidityCheckType_intMethodDescriptor()
Gets the setValidityCheckType(int) method descriptor.

Returns:
java.beans.MethodDescriptor

validityCheckTypePropertyDescriptor

public PropertyDescriptor validityCheckTypePropertyDescriptor()
Gets the validityCheckType property descriptor.

Returns:
java.beans.PropertyDescriptor

vetoableChange_javabeansPropertyChangeEventMethodDescriptor

public MethodDescriptor vetoableChange_javabeansPropertyChangeEventMethodDescriptor()
Gets the vetoableChange(java.beans.PropertyChangeEvent) method descriptor.

Returns:
java.beans.MethodDescriptor

vetoableChangeEventSetDescriptor

public EventSetDescriptor vetoableChangeEventSetDescriptor()
Gets the vetoableChange event set descriptor.

Returns:
java.beans.EventSetDescriptor

vetoableChangevetoableChange_javabeansPropertyChangeEventMethodEventDescriptor

public MethodDescriptor vetoableChangevetoableChange_javabeansPropertyChangeEventMethodEventDescriptor()
Gets the vetoableChange.vetoableChange(java.beans.PropertyChangeEvent) method descriptor.

Returns:
java.beans.MethodDescriptor

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.