public interface ValueFields extends Nameable
Modifier and Type | Method and Description |
---|---|
byte[] |
getByteArrayValue() |
Double |
getDoubleValue() |
Long |
getLongValue() |
String |
getTextValue() |
String |
getTextValue2() |
void |
setByteArrayValue(byte[] bytes) |
void |
setDoubleValue(Double doubleValue) |
void |
setLongValue(Long longValue) |
void |
setTextValue(String textValue) |
void |
setTextValue2(String textValue2) |
String getTextValue()
void setTextValue(String textValue)
String getTextValue2()
void setTextValue2(String textValue2)
Long getLongValue()
void setLongValue(Long longValue)
Double getDoubleValue()
void setDoubleValue(Double doubleValue)
byte[] getByteArrayValue()
void setByteArrayValue(byte[] bytes)
Copyright © 2020. All rights reserved.