|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface ValueFields
Common interface for regular and historic variable entities.
方法摘要 | |
---|---|
ByteArrayEntity |
getByteArrayValue()
已过时。 use getBytes. |
String |
getByteArrayValueId()
已过时。 should no longer be used |
byte[] |
getBytes()
|
Object |
getCachedValue()
|
Double |
getDoubleValue()
|
Long |
getLongValue()
|
String |
getName()
|
String |
getTextValue()
|
String |
getTextValue2()
|
void |
setByteArrayValue(byte[] bytes)
已过时。 use setBytes. |
void |
setBytes(byte[] bytes)
Sets the byte array value. |
void |
setCachedValue(Object cachedValue)
|
void |
setDoubleValue(Double doubleValue)
Sets the double value. |
void |
setLongValue(Long longValue)
Sets the long value. |
void |
setTextValue(String textValue)
Sets the first text value. |
void |
setTextValue2(String textValue2)
Sets second text value. |
方法详细信息 |
---|
String getName()
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[] getBytes()
void setBytes(byte[] bytes)
@Deprecated String getByteArrayValueId()
@Deprecated ByteArrayEntity getByteArrayValue()
@Deprecated void setByteArrayValue(byte[] bytes)
Object getCachedValue()
void setCachedValue(Object cachedValue)
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |