All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface examples.qry.MethodMBMO

public interface MethodMBMO
extends ManagedObject
Generated by the mogen compiler version: Generator.java 3.1 09/29/98 SMI

See Also:
MoGen

Method Index

 o getClassName()
 o getName()
 o getNbParams()
 o getPackageHierarchy(int)
 o getParams()
 o getParamType(int)
 o getPublic()
 o getStatic()

Methods

 o getPackageHierarchy
 public abstract String getPackageHierarchy(int pos) throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getClassName
 public abstract String getClassName() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getName
 public abstract String getName() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getStatic
 public abstract Boolean getStatic() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getNbParams
 public abstract Integer getNbParams() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getPublic
 public abstract Boolean getPublic() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getParams
 public abstract String getParams() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getParamType
 public abstract String getParamType(int pos) throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException

All Packages  Class Hierarchy  This Package  Previous  Next  Index