public abstract class AbstractProperty<T>
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
abstract byte[] | 
getBytes()  | 
byte[] | 
getData()  | 
PropertyID | 
getPropertyID()  | 
abstract byte | 
getSize()  | 
abstract T | 
getValue()  | 
public PropertyID getPropertyID()
public byte[] getData()
public abstract byte[] getBytes()
public abstract byte getSize()
public abstract T getValue()