Class VariableConfigurationNode.ValueReference
- java.lang.Object
-
- org.apache.manifoldcf.scriptengine.VariableConfigurationNode.ValueReference
-
- All Implemented Interfaces:
VariableReference
- Enclosing class:
- VariableConfigurationNode
protected class VariableConfigurationNode.ValueReference extends java.lang.Object implements VariableReference
Implement VariableReference to allow values to be set or cleared
-
-
Constructor Summary
Constructors Constructor Description ValueReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisNull()Check if this reference is nullVariableresolve()Resolve the referencevoidsetReference(Variable v)Set the reference
-
-
-
Method Detail
-
setReference
public void setReference(Variable v) throws ScriptException
Description copied from interface:VariableReferenceSet the reference- Specified by:
setReferencein interfaceVariableReference- Throws:
ScriptException
-
resolve
public Variable resolve() throws ScriptException
Description copied from interface:VariableReferenceResolve the reference- Specified by:
resolvein interfaceVariableReference- Throws:
ScriptException
-
isNull
public boolean isNull()
Description copied from interface:VariableReferenceCheck if this reference is null- Specified by:
isNullin interfaceVariableReference
-
-