public interface Variable
extends java.lang.Cloneable
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getBoolValue()
Get the value of the variable as Boolean
|
java.lang.Double |
getDoubleValue()
Get the value of the variable as Double
|
java.lang.Integer |
getIntValue()
Get the value of the variable as Integer
|
java.lang.String |
getName() |
ISFSArray |
getSFSArrayValue()
Get the value of the variable as SFSArray
|
ISFSObject |
getSFSObjectValue()
Get the value of the variable as SFSObject
|
java.lang.String |
getStringValue()
Get the value of the variable as String
|
VariableType |
getType()
Return the data type of the variable
|
java.lang.Object |
getValue()
Get the value of the variable as Object
|
boolean |
isNull()
Test if a variable is null
|
ISFSArray |
toSFSArray()
Private
|
java.lang.String getName()
VariableType getType()
VariableType
java.lang.Object getValue()
java.lang.Boolean getBoolValue()
java.lang.Integer getIntValue()
java.lang.Double getDoubleValue()
java.lang.String getStringValue()
ISFSObject getSFSObjectValue()
ISFSArray getSFSArrayValue()
boolean isNull()
ISFSArray toSFSArray()