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