public class Int8Property extends AbstractProperty<java.lang.Byte>
| Constructor and Description | 
|---|
| Int8Property(PropertyID id,
            byte[] value) | 
| Int8Property(PropertyID id,
            int value) | 
| Modifier and Type | Method and Description | 
|---|---|
| byte[] | getBytes() | 
| byte | getSize() | 
| java.lang.Byte | getValue() | 
equals, getData, getPropertyID, hashCodepublic Int8Property(PropertyID id, int value)
public Int8Property(PropertyID id, byte[] value)
public byte[] getBytes()
getBytes in class AbstractProperty<java.lang.Byte>public byte getSize()
getSize in class AbstractProperty<java.lang.Byte>public java.lang.Byte getValue()
getValue in class AbstractProperty<java.lang.Byte>