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()
          Deprecated. use instead getNameAsString();
 Collection.Key getNameAsKey()
           
 String getNameAsString()
           
 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()
Deprecated. use instead getNameAsString();

Returns:
Returns the name.

getNameAsString

String getNameAsString()
Returns:
Returns the name as string

getNameAsKey

Collection.Key getNameAsKey()
Returns:
Returns the name as key

getValue

Object getValue()
Returns:
Returns the value.


Copyright © 2012 Railo