public class NonNegativeIntegerPropertyEditor
extends com.l2fprod.common.beans.editor.AbstractPropertyEditor
Modifier and Type | Field and Description |
---|---|
protected NonNegativeInteger |
currentValue |
Constructor and Description |
---|
NonNegativeIntegerPropertyEditor() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getValue() |
void |
setValue(java.lang.Object value) |
protected boolean |
validate(java.lang.String value) |
protected NonNegativeInteger currentValue
public java.lang.Object getValue()
getValue
in interface java.beans.PropertyEditor
getValue
in class com.l2fprod.common.beans.editor.AbstractPropertyEditor
public void setValue(java.lang.Object value)
setValue
in interface java.beans.PropertyEditor
setValue
in class com.l2fprod.common.beans.editor.AbstractPropertyEditor
protected boolean validate(java.lang.String value)