Uses of Class
wt.dataops.objectcol.resolution.MethodParameter

Packages that use MethodParameter
wt.dataops.objectcol   
wt.dataops.objectcol.dependency   
wt.dataops.objectcol.resolution   
 

Uses of MethodParameter in wt.dataops.objectcol
 

Methods in wt.dataops.objectcol that return MethodParameter
protected  MethodParameter[] RelationshipMapDef.createMethodParams(Map[] params)
           
 

Uses of MethodParameter in wt.dataops.objectcol.dependency
 

Methods in wt.dataops.objectcol.dependency with parameters of type MethodParameter
static RelatedByMethodProcessor RelatedByMethodProcessor.newRelatedByMethodProcessor(Object base, String methodName, MethodParameter[] params, Class returnType, boolean recursive)
          

Supported API: false
 

Uses of MethodParameter in wt.dataops.objectcol.resolution
 

Fields in wt.dataops.objectcol.resolution declared as MethodParameter
private  MethodParameter[] DefaultMethodProcessor.params
           
 

Methods in wt.dataops.objectcol.resolution that return MethodParameter
 MethodParameter[] DefaultMethodProcessor.getParams()
          Gets the value of the attribute: params.
 

Methods in wt.dataops.objectcol.resolution with parameters of type MethodParameter
protected  boolean MethodParameter.readVersion(MethodParameter thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void DefaultMethodProcessor.setParams(MethodParameter[] a_Params)
          Sets the value of the attribute: params.
 void DefaultMethodProcessor.initialize(Object base, String methodName, MethodParameter[] params, Class returnType, boolean recursive)
          

Supported API: false
static DefaultMethodProcessor DefaultMethodProcessor.newDefaultMethodProcessor(Object base, String methodName, MethodParameter[] params, Class returnType, boolean recursive)
          

Supported API: false