Class ByteProperty<K>


public class ByteProperty<K> extends NumericProperty<Byte,K>
This is the byte specific version of numeric property
  • Constructor Details

    • ByteProperty

      public ByteProperty(String name)
      Creates a byte property with the given name.
    • ByteProperty

      public ByteProperty(String name, Byte value)
      Creates a byte property with the given name and initial value.
  • Method Details

    • getByte

      public byte getByte()

      Returns the value as a primitive, if the value is null/nullable this will fail...

      Returns

      the numeric value