com.ibm.cs.util
Class Bean
java.lang.Object
|
+--com.ibm.cs.util.Bean
- public class Bean
- extends java.lang.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
Field Summary |
java.lang.Class |
type
|
java.lang.Object |
value
|
Constructor Summary |
Bean(java.lang.Class type,
java.lang.Object value)
|
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
type
public java.lang.Class type
value
public java.lang.Object value
Bean
public Bean(java.lang.Class type,
java.lang.Object value)