railo.runtime.type
Interface FunctionValue

All Superinterfaces:
Castable, Dumpable, Serializable
All Known Implementing Classes:
FunctionValueImpl

public interface FunctionValue
extends Castable, Serializable, Dumpable

represent a named function value for a functions


Method Summary
 String getName()
           
 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

String getName()
Returns:
Returns the name.

getValue

Object getValue()
Returns:
Returns the value.


Copyright © 2012 Railo