public class VariableBoolean extends VariableBase
Modifier and Type | Field and Description |
---|---|
protected boolean |
value |
ATTRIBUTE_BOOLEAN, ATTRIBUTE_CREATEDSTATUS, ATTRIBUTE_DICT, ATTRIBUTE_FLOAT, ATTRIBUTE_INT, ATTRIBUTE_NOTFOUNDSTATUS, ATTRIBUTE_OKSTATUS, ATTRIBUTE_SCRIPT, ATTRIBUTE_SIZE, ATTRIBUTE_STRING, ATTRIBUTE_TYPE, ATTRIBUTE_UNAUTHORIZEDSTATUS, ATTRIBUTE_VALUE
Constructor and Description |
---|
VariableBoolean(boolean value) |
Modifier and Type | Method and Description |
---|---|
VariableReference |
ampersand(Variable v) |
VariableReference |
doubleAmpersand(Variable v) |
VariableReference |
doubleEquals(Variable v) |
VariableReference |
doublePipe(Variable v) |
boolean |
equals(java.lang.Object o) |
VariableReference |
exclamationEquals(Variable v) |
boolean |
getBooleanValue()
Get the variable's value as a boolean
|
java.lang.String |
getScriptValue()
Get the variable's script value
|
boolean |
hasBooleanValue()
Check if the variable has a boolean value
|
int |
hashCode() |
boolean |
hasScriptValue()
Check if the variable has a script value
|
VariableReference |
pipe(Variable v) |
VariableReference |
unaryExclamation() |
asterisk, composeMessage, getAttribute, getConfigurationNodeValue, getConfigurationValue, getDoubleValue, getIndexed, getIntValue, getQueryArgumentValue, getStringValue, getURLPathValue, greaterAngle, greaterAngleEquals, hasConfigurationNodeValue, hasConfigurationValue, hasDoubleValue, hasIntValue, hasQueryArgumentValue, hasStringValue, hasURLPathValue, insertAt, isNull, lesserAngle, lesserAngleEquals, minus, plus, removeAt, resolve, setReference, slash, unaryMinus
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public boolean hasScriptValue() throws ScriptException
hasScriptValue
in interface Variable
hasScriptValue
in class VariableBase
ScriptException
public java.lang.String getScriptValue() throws ScriptException
getScriptValue
in interface Variable
getScriptValue
in class VariableBase
ScriptException
public boolean hasBooleanValue() throws ScriptException
hasBooleanValue
in interface Variable
hasBooleanValue
in class VariableBase
ScriptException
public boolean getBooleanValue() throws ScriptException
getBooleanValue
in interface Variable
getBooleanValue
in class VariableBase
ScriptException
public VariableReference doubleEquals(Variable v) throws ScriptException
doubleEquals
in interface Variable
doubleEquals
in class VariableBase
ScriptException
public VariableReference exclamationEquals(Variable v) throws ScriptException
exclamationEquals
in interface Variable
exclamationEquals
in class VariableBase
ScriptException
public VariableReference doubleAmpersand(Variable v) throws ScriptException
doubleAmpersand
in interface Variable
doubleAmpersand
in class VariableBase
ScriptException
public VariableReference doublePipe(Variable v) throws ScriptException
doublePipe
in interface Variable
doublePipe
in class VariableBase
ScriptException
public VariableReference ampersand(Variable v) throws ScriptException
ampersand
in interface Variable
ampersand
in class VariableBase
ScriptException
public VariableReference pipe(Variable v) throws ScriptException
pipe
in interface Variable
pipe
in class VariableBase
ScriptException
public VariableReference unaryExclamation() throws ScriptException
unaryExclamation
in interface Variable
unaryExclamation
in class VariableBase
ScriptException