railo.runtime.interpreter.ref
Interface Set

All Superinterfaces:
Ref
All Known Implementing Classes:
ArgumentBind, Bind, Scope, Variable

public interface Set
extends Ref


Method Summary
 Ref getKey()
           
 String getKeyAsString()
           
 Ref getParent()
           
 Object setValue(Object obj)
           
 
Methods inherited from interface railo.runtime.interpreter.ref.Ref
eeq, getCollection, getTypeName, getValue, touchValue
 

Method Detail

setValue

Object setValue(Object obj)
                throws PageException
Returns:
sets a value
Throws:
PageException

getParent

Ref getParent()
              throws PageException
Throws:
PageException

getKey

Ref getKey()
           throws PageException
Throws:
PageException

getKeyAsString

String getKeyAsString()
                      throws PageException
Throws:
PageException


Copyright © 2012 Railo