railo.runtime.type
Interface FunctionValue

All Superinterfaces:
Castable, Dumpable, java.io.Serializable

public interface FunctionValue
extends Castable, java.io.Serializable, Dumpable

represent a named function value for a functions


Method Summary
 java.lang.String getName()
           
 java.lang.Object getValue()
           
 
Methods inherited from interface railo.runtime.op.Castable
castToBoolean, castToBooleanValue, castToDateTime, castToDateTime, castToDoubleValue, castToDoubleValue, castToString, castToString, compareTo, compareTo, compareTo, compareTo
 
Methods inherited from interface railo.runtime.dump.Dumpable
toDumpData
 

Method Detail

getName

public java.lang.String getName()
Returns:
Returns the name.

getValue

public java.lang.Object getValue()
Returns:
Returns the value.