All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.as400.access.IFSExistenceOptionEditor
java.lang.Object
|
+----java.beans.PropertyEditorSupport
|
+----com.ibm.as400.access.IFSExistenceOptionEditor
- public class IFSExistenceOptionEditor
- extends PropertyEditorSupport
The IFSExistenceOptionEditor class provides
integrated file system existence editor support.
-
IFSExistenceOptionEditor()
-
-
getAsText()
- Returns the property value in an editable form.
-
getJavaInitializationString()
- Returns a code fragment representing an initializer for the current value.
-
getTags()
- Returns the set of possible values for the property.
-
getValue()
- Returns the value of the property.
-
setAsText(String)
- Sets the property value from the specified String.
-
setValue(Object)
- Sets the value of the object that is to be edited.
IFSExistenceOptionEditor
public IFSExistenceOptionEditor()
getAsText
public String getAsText()
- Returns the property value in an editable form.
- Returns:
- The property value in an editable form.
- Overrides:
- getAsText in class PropertyEditorSupport
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.
- Returns:
- A code fragment representing an initializer for the current value.
- Overrides:
- getJavaInitializationString in class PropertyEditorSupport
getTags
public String[] getTags()
- Returns the set of possible values for the property.
- Returns:
- The set of possible values for the property.
- Overrides:
- getTags in class PropertyEditorSupport
getValue
public Object getValue()
- Returns the value of the property.
- Returns:
- The value of the property.
- Overrides:
- getValue in class PropertyEditorSupport
setAsText
public void setAsText(String text)
- Sets the property value from the specified String.
- Parameters:
- text - The property value.
- Overrides:
- setAsText in class PropertyEditorSupport
setValue
public void setValue(Object value)
- Sets the value of the object that is to be edited.
- Parameters:
- value - The new target object to be edited.
- Overrides:
- setValue in class PropertyEditorSupport
All Packages Class Hierarchy This Package Previous Next Index