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
-
getClassName()
-
-
getName()
-
-
getNbParams()
-
-
getPackageHierarchy(int)
-
-
getParams()
-
-
getParamType(int)
-
-
getPublic()
-
-
getStatic()
-
getPackageHierarchy
public abstract String getPackageHierarchy(int pos) throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getClassName
public abstract String getClassName() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getName
public abstract String getName() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getStatic
public abstract Boolean getStatic() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getNbParams
public abstract Integer getNbParams() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getPublic
public abstract Boolean getPublic() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getParams
public abstract String getParams() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getParamType
public abstract String getParamType(int pos) throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
All Packages Class Hierarchy This Package Previous Next Index