类 SimpleVariable
java.lang.Object
com.iplatform.core.SimpleVariable
- 所有已实现的接口:
com.walker.infrastructure.arguments.Variable
在 Redis 中使用的并存储的参数变量对象。
- 作者:
- 时克英
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleandoublefloatgetId()intlongcom.walker.infrastructure.arguments.VariableTypegetType()voidsetDataType(String dataType) voidvoidsetStringValue(String stringValue)
-
构造器详细资料
-
SimpleVariable
public SimpleVariable() -
SimpleVariable
-
-
方法详细资料
-
setId
-
setStringValue
-
getId
- 指定者:
getId在接口中com.walker.infrastructure.arguments.Variable
-
getDescription
- 指定者:
getDescription在接口中com.walker.infrastructure.arguments.Variable
-
getType
public com.walker.infrastructure.arguments.VariableType getType()- 指定者:
getType在接口中com.walker.infrastructure.arguments.Variable
-
getStringValue
- 指定者:
getStringValue在接口中com.walker.infrastructure.arguments.Variable
-
getIntegerValue
public int getIntegerValue()- 指定者:
getIntegerValue在接口中com.walker.infrastructure.arguments.Variable
-
getBooleanValue
public boolean getBooleanValue()- 指定者:
getBooleanValue在接口中com.walker.infrastructure.arguments.Variable
-
getFloatValue
public float getFloatValue()- 指定者:
getFloatValue在接口中com.walker.infrastructure.arguments.Variable
-
getLongValue
public long getLongValue()- 指定者:
getLongValue在接口中com.walker.infrastructure.arguments.Variable
-
getDoubleValue
public double getDoubleValue()- 指定者:
getDoubleValue在接口中com.walker.infrastructure.arguments.Variable
-
getDefaultValue
- 指定者:
getDefaultValue在接口中com.walker.infrastructure.arguments.Variable
-
getDataType
-
setDataType
-