Class AtomicIntegerEditor

  • All Implemented Interfaces:
    java.beans.PropertyEditor, PropertyEditor<java.util.concurrent.atomic.AtomicInteger>

    public class AtomicIntegerEditor
    extends PropertyEditorSupport<java.util.concurrent.atomic.AtomicInteger>
    AtomicInteger property editor.
    • Constructor Detail

      • AtomicIntegerEditor

        public AtomicIntegerEditor()
    • Method Detail

      • setAsText

        public void setAsText​(java.lang.String text)
        Description copied from interface: PropertyEditor
        Set the property value by parsing a given String. May raise java.lang.IllegalArgumentException if either the String is badly formatted or if this kind of property can't be expressed as text.
        Specified by:
        setAsText in interface java.beans.PropertyEditor
        Specified by:
        setAsText in interface PropertyEditor<java.util.concurrent.atomic.AtomicInteger>
        Specified by:
        setAsText in class PropertyEditorSupport<java.util.concurrent.atomic.AtomicInteger>
        Parameters:
        text - The string to be parsed.