org.apache.bsf.util
Class Bean
public
class
Bean
extends Object
A
Bean is the class used to represent a bean: it holds a
type and a value. This is needed because otherwise we can't represent
the types of null-valued beans (or primitives) correctly. This was
originally in the BML player.
Author: Sanjiva Weerawarana
public Class type
public Object value
public Bean(Class type, Object value)