org.apache.bsf.util

Class ObjInfo


public class ObjInfo
extends java.lang.Object

An ObjInfo object is used by a compiler to track the name and type of a bean.

Author:
Matthew J. Duftler

Field Summary

Class
objClass
String
objName

Constructor Summary

ObjInfo(Class objClass, String objName)

Method Summary

boolean
isExecutable()
boolean
isValueReturning()
String
toString()

Field Details

objClass

public Class objClass


objName

public String objName

Constructor Details

ObjInfo

public ObjInfo(Class objClass,
               String objName)

Method Details

isExecutable

public boolean isExecutable()


isValueReturning

public boolean isValueReturning()


toString

public String toString()