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