public class ByteProperty<K>
This is the byte specific version of numeric property
Constructors
public ByteProperty(String name) | Creates a byte property with the given name. |
public ByteProperty(String name, Byte value) | Creates a byte property with the given name and initial value. |
Methods
public byte getByte() | Returns the value as a primitive, if the value is null/nullable this will fail… |
Inherited methods
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