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.StringgetAsText()getAsTextvoidsetAsText(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:
setAsTextin interfacejava.beans.PropertyEditor- Overrides:
setAsTextin classjava.beans.PropertyEditorSupport- Throws:
java.lang.IllegalArgumentException
-
getAsText
public java.lang.String getAsText()
getAsText
- Specified by:
getAsTextin interfacejava.beans.PropertyEditor- Overrides:
getAsTextin classjava.beans.PropertyEditorSupport- Returns:
- a
Stringobject.
-
-