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
| Methods inherited from interface railo.runtime.op.Castable |
castToBoolean, castToBooleanValue, castToDateTime, castToDateTime, castToDoubleValue, castToDoubleValue, castToString, castToString, compareTo, compareTo, compareTo, compareTo |
getName
public java.lang.String getName()
- Returns:
- Returns the name.
getValue
public java.lang.Object getValue()
- Returns:
- Returns the value.