public class VariableConnectionName extends VariableBase
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
connectionName |
protected java.lang.String |
encodedConnectionName |
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 |
---|
VariableConnectionName(java.lang.String connectionName) |
Modifier and Type | Method and Description |
---|---|
VariableReference |
doubleEquals(Variable v) |
protected static java.lang.String |
encode(java.lang.String connectionName) |
boolean |
equals(java.lang.Object o) |
VariableReference |
exclamationEquals(Variable v) |
java.lang.String |
getScriptValue()
Get the variable's script value
|
java.lang.String |
getStringValue()
Get the variable's value as a string
|
java.lang.String |
getURLPathValue()
Get the variable's value as a URL path component
|
int |
hashCode() |
boolean |
hasScriptValue()
Check if the variable has a script value
|
boolean |
hasStringValue()
Check if the variable has a string value
|
boolean |
hasURLPathValue()
Check if the variable has a URL path value
|
ampersand, asterisk, composeMessage, doubleAmpersand, doublePipe, getAttribute, getBooleanValue, getConfigurationNodeValue, getConfigurationValue, getDoubleValue, getIndexed, getIntValue, getQueryArgumentValue, greaterAngle, greaterAngleEquals, hasBooleanValue, hasConfigurationNodeValue, hasConfigurationValue, hasDoubleValue, hasIntValue, hasQueryArgumentValue, insertAt, isNull, lesserAngle, lesserAngleEquals, minus, pipe, plus, removeAt, resolve, setReference, slash, unaryExclamation, unaryMinus
protected java.lang.String encodedConnectionName
protected java.lang.String connectionName
public VariableConnectionName(java.lang.String connectionName)
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 hasURLPathValue() throws ScriptException
hasURLPathValue
in interface Variable
hasURLPathValue
in class VariableBase
ScriptException
public java.lang.String getURLPathValue() throws ScriptException
getURLPathValue
in interface Variable
getURLPathValue
in class VariableBase
ScriptException
public boolean hasStringValue() throws ScriptException
hasStringValue
in interface Variable
hasStringValue
in class VariableBase
ScriptException
public java.lang.String getStringValue() throws ScriptException
getStringValue
in interface Variable
getStringValue
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
protected static java.lang.String encode(java.lang.String connectionName)