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