Package org.apache.bsf.util
Class ObjInfo
- java.lang.Object
-
- org.apache.bsf.util.ObjInfo
-
public class ObjInfo extends java.lang.ObjectAnObjInfoobject 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 booleanisExecutable()booleanisValueReturning()java.lang.StringtoString()
-