Class WritableIntImpl

All Implemented Interfaces:
GetValueModel<Integer>, ObservableValue<Integer>, Property, SetValueModel<Integer>, WritableInt, WritableProperty, WritableValue<Integer>, WritableValueModel<Integer>

public class WritableIntImpl extends WritableValueImpl<Integer> implements WritableInt
Author:
thevpc
  • Constructor Details

    • WritableIntImpl

      public WritableIntImpl(String name, boolean nullable, Integer value)
  • Method Details

    • set

      public void set(int value)
      Specified by:
      set in interface WritableInt
    • inc

      public void inc(int value)
      Specified by:
      inc in interface WritableInt
    • inc

      public void inc()
      Specified by:
      inc in interface WritableInt