类 DefaultVariable
java.lang.Object
com.walker.infrastructure.arguments.support.DefaultVariable
- 所有已实现的接口:
Variable
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanboolean返回默认设置的值,可以不设置,返回nulldoublefloatgetId()intlonggetType()inthashCode()setDefaultValue(Object defaultValue) setDescription(String description) setType(VariableType type) toString()
-
构造器详细资料
-
DefaultVariable
public DefaultVariable() -
DefaultVariable
-
-
方法详细资料
-
setType
-
setDefaultValue
-
setValue
-
setId
-
setDescription
-
getId
-
getDescription
- 指定者:
getDescription在接口中Variable
-
getType
-
getStringValue
- 指定者:
getStringValue在接口中Variable
-
getIntegerValue
public int getIntegerValue()- 指定者:
getIntegerValue在接口中Variable
-
getBooleanValue
public boolean getBooleanValue()- 指定者:
getBooleanValue在接口中Variable
-
getFloatValue
public float getFloatValue()- 指定者:
getFloatValue在接口中Variable
-
getDefaultValue
从接口复制的说明:Variable返回默认设置的值,可以不设置,返回null- 指定者:
getDefaultValue在接口中Variable- 返回:
-
toString
-
equals
-
hashCode
public int hashCode() -
getLongValue
public long getLongValue()- 指定者:
getLongValue在接口中Variable
-
getDoubleValue
public double getDoubleValue()- 指定者:
getDoubleValue在接口中Variable
-