Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.ui
Class ComparisonRangeValidatorDecompositionModeEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by com.ibm.etools.iseries.ui.ComparisonRangeValidatorDecompositionModeEditor
All Implemented Interfaces:
PropertyEditor

public class ComparisonRangeValidatorDecompositionModeEditor
extends PropertyEditorSupport

PropertyEditor for property decompositionMode in class ComparisonRangeValidator.


Field Summary
static String Copyright
           
 
Constructor Summary
protected ComparisonRangeValidatorDecompositionModeEditor()
          ComparisonRangeValidatorDecompositionModeEditor constructor.
protected ComparisonRangeValidatorDecompositionModeEditor(Object arg1)
          ComparisonRangeValidatorDecompositionModeEditor constructor with the specified Object.
 
Method Summary
static String Copyright()
          This method returns the copyright notice for this class.
 String getAsText()
          The property value as a string suitable for presentation to a user to edit.
 String getJavaInitializationString()
          Returns a code fragment representing an initializer for the current value.
 String[] getTags()
          If the property value must be one of a set of known tagged values, then this method should return an array of the tag values.
 Object getValue()
          Returns the value of the property.
 void setAsText(String s)
          Set the property value by parsing a given String.
 void setValue(Object v)
          Sets the value of the object that is to be edited.
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getSource, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditor
 
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

ComparisonRangeValidatorDecompositionModeEditor

protected ComparisonRangeValidatorDecompositionModeEditor()
ComparisonRangeValidatorDecompositionModeEditor constructor.


ComparisonRangeValidatorDecompositionModeEditor

protected ComparisonRangeValidatorDecompositionModeEditor(Object arg1)
ComparisonRangeValidatorDecompositionModeEditor constructor with the specified Object.

Parameters:
arg1 - java.lang.Object
Method Detail

Copyright

public static String Copyright()
This method returns the copyright notice for this class.

Returns:
java.lang.String

getAsText

public String getAsText()
The property value as a string suitable for presentation to a user to edit.

Specified by:
getAsText in interface PropertyEditor
Overrides:
getAsText in class PropertyEditorSupport
Returns:
java.lang.String

getJavaInitializationString

public String getJavaInitializationString()
Returns a code fragment representing an initializer for the current value. This method is intended for use when generating Java code to set the property value.

Specified by:
getJavaInitializationString in interface PropertyEditor
Overrides:
getJavaInitializationString in class PropertyEditorSupport
Returns:
A code fragment representing an initializer for the current value.

getValue

public Object getValue()
Returns the value of the property.

Specified by:
getValue in interface PropertyEditor
Overrides:
getValue in class PropertyEditorSupport
Returns:
The value of the property.

getTags

public String[] getTags()
If the property value must be one of a set of known tagged values, then this method should return an array of the tag values.

Specified by:
getTags in interface PropertyEditor
Overrides:
getTags in class PropertyEditorSupport
Returns:
java.lang.String[]

setAsText

public void setAsText(String s)
Set the property value by parsing a given String.

Specified by:
setAsText in interface PropertyEditor
Overrides:
setAsText in class PropertyEditorSupport
Parameters:
s - java.lang.String

setValue

public void setValue(Object v)
Sets the value of the object that is to be edited.

Specified by:
setValue in interface PropertyEditor
Overrides:
setValue in class PropertyEditorSupport
Parameters:
value - The new target object to be edited.

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.