Uses of Class
ucot.model.object.Method

Packages that use Method
ucot.model.object   
 

Uses of Method in ucot.model.object
 

Fields in ucot.model.object with type parameters of type Method
private  java.util.Map<java.lang.String,Method> Entity.methods
          Maps method names and methods.
 

Methods in ucot.model.object that return Method
 Method Entity.getMethod(java.lang.String methodName)
          Return method.
 

Methods in ucot.model.object that return types with arguments of type Method
 java.util.Set<Method> Entity.getMethods()
          Get all the methods.
 

Methods in ucot.model.object with parameters of type Method
 void Entity.addMethod(Method method)
          Adds method.