Class ByteProperty


public class ByteProperty extends ReadOnlyByteProperty
  • Field Details

  • Constructor Details

    • ByteProperty

      public ByteProperty()
    • ByteProperty

      public ByteProperty(byte value)
    • ByteProperty

      public ByteProperty(String name, byte value)
    • ByteProperty

      public ByteProperty(Object bean, String name, byte value)
  • Method Details

    • setValue

      public void setValue(Byte value)
    • set

      public void set(byte value)
    • setValue

      protected void setValue(Byte value, ByteProperty property)
    • unset

      public void unset()
    • setInitialValue

      public void setInitialValue(Byte initialValue)
    • bind

      public void bind(ReadOnlyByteProperty property)
    • isBound

      public boolean isBound()
    • bindBidirectional

      public void bindBidirectional(ByteProperty property)
    • isBoundBidirectional

      public boolean isBoundBidirectional()
    • unbind

      public void unbind()
    • setPropertyToUpdate

      protected void setPropertyToUpdate(ByteProperty property, boolean bidirectional)