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)
    • ByteProperty

      public ByteProperty(String name, Byte 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