Package org.apache.bsf.util
Class ObjInfo
- java.lang.Object
-
- org.apache.bsf.util.ObjInfo
-
public class ObjInfo extends java.lang.Object
AnObjInfo
object is used by a compiler to track the name and type of a bean.- Author:
- Matthew J. Duftler
-
-
Constructor Summary
Constructors Constructor Description ObjInfo(java.lang.Class objClass, java.lang.String objName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isExecutable()
boolean
isValueReturning()
java.lang.String
toString()
-