Class StringIntervalPropertyEditor
- java.lang.Object
-
- java.beans.PropertyEditorSupport
-
- org.opennms.netmgt.provision.persist.StringIntervalPropertyEditor
-
- All Implemented Interfaces:
java.beans.PropertyEditor
public class StringIntervalPropertyEditor extends java.beans.PropertyEditorSupport implements java.beans.PropertyEditor
-
-
Constructor Summary
Constructors Constructor Description StringIntervalPropertyEditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAsText()
getAsTextvoid
setAsText(java.lang.String text)
-
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
-
-
-
-
Method Detail
-
setAsText
public void setAsText(java.lang.String text) throws java.lang.IllegalArgumentException
- Specified by:
setAsText
in interfacejava.beans.PropertyEditor
- Overrides:
setAsText
in classjava.beans.PropertyEditorSupport
- Throws:
java.lang.IllegalArgumentException
-
getAsText
public java.lang.String getAsText()
getAsText
- Specified by:
getAsText
in interfacejava.beans.PropertyEditor
- Overrides:
getAsText
in classjava.beans.PropertyEditorSupport
- Returns:
- a
String
object.
-
-