Class ClassType

java.lang.Object
org.oddjob.arooa.types.ClassType
All Implemented Interfaces:
ArooaValue, ArooaSessionAware

public class ClassType extends Object implements ArooaValue, ArooaSessionAware
Author:
rob

Description

Returns a Class for the given name.

This class is not Serializable because it requires a ClassLoader so it can not be used to set a property on a server from an Odjdob Client.

Example

See ConvertType for an example.