类 PageValue
java.lang.Object
com.gdxsoft.easyweb.script.PageValue
-
构造器详细资料
-
PageValue
public PageValue() -
PageValue
-
PageValue
-
-
方法详细资料
-
autoDetectDataType
public void autoDetectDataType() -
toBinary
public byte[] toBinary()获取二进制数组- 返回:
-
toInteger
获取参数的整数- 参数:
pv-- 返回:
-
toLong
获取参数的长整数- 参数:
pv-- 返回:
-
toDouble
获取参数的双精度- 参数:
pv-- 返回:
-
toBigDecimal
-
getValue
- 返回:
- the _Value
-
setValue
- 参数:
value- the _Value to set
-
getName
- 返回:
- the _Name
-
setName
- 参数:
name- the _Name to set
-
toString
-
getStringValue
获取字符串值- 返回:
-
getTag
- 返回:
- the _Tag
-
setTag
- 参数:
tag- the _Tag to set
-
getDataType
- 返回:
- the _DateType
-
setDataType
- 参数:
dateType- the _DateType to set
-
getLength
public int getLength()- 返回:
- the _Length
-
setLength
public void setLength(int length) - 参数:
length- the _Length to set
-
getPVTag
参数来源- 返回:
- the _PVTag
-
setPVTag
参数来源- 参数:
tag- the _PVTag to set
-
clone
-