railo.runtime.interpreter.ref.var
Class ArgumentBind
java.lang.Object
railo.runtime.interpreter.ref.RefSupport
railo.runtime.interpreter.ref.var.ArgumentBind
- All Implemented Interfaces:
- Ref, Set
public final class ArgumentBind
- extends RefSupport
- implements Set
ArgumentBind
public ArgumentBind(Scope scope)
touchValue
public Object touchValue()
throws PageException
- Description copied from interface:
Ref
- return the value for that the reference is for
- Specified by:
touchValue
in interface Ref
- Overrides:
touchValue
in class RefSupport
- Returns:
-
- Throws:
PageException
- See Also:
Ref.touchValue()
getValue
public Object getValue()
throws PageException
- Description copied from interface:
Ref
- return the value for that the reference is for
- Specified by:
getValue
in interface Ref
- Returns:
- value to reference
- Throws:
PageException
- See Also:
Ref.getValue()
getTypeName
public String getTypeName()
- Description copied from interface:
Ref
- return the name name of a reference
- Specified by:
getTypeName
in interface Ref
- Returns:
- type as string
- See Also:
Ref.getTypeName()
setValue
public Object setValue(Object obj)
throws PageException
- Specified by:
setValue
in interface Set
- Returns:
- sets a value
- Throws:
PageException
- See Also:
Set.setValue(java.lang.Object)
getParent
public Ref getParent()
throws PageException
- Specified by:
getParent
in interface Set
- Throws:
PageException
- See Also:
Set.getParent()
getKey
public Ref getKey()
throws PageException
- Specified by:
getKey
in interface Set
- Throws:
PageException
- See Also:
Set.getKey()
getKeyAsString
public String getKeyAsString()
throws PageException
- Specified by:
getKeyAsString
in interface Set
- Throws:
PageException
- See Also:
Set.getKeyAsString()
Copyright © 2012 Railo