public class ByteProperty<K>

  1. Object
  2. PropertyBase<Byte, K>
  3. Property<Byte, K>
  4. NumericProperty<Byte, K>
  5. ByteProperty
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