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