Method | Description | |
---|---|---|
MethodName ( Method method, MethodType type, String name ) : System |
Constructor for the
|
public MethodName ( Method method, MethodType type, String name ) : System | ||
method | Method | /// this is the actual method this is representing /// |
type | MethodType | /// type used to determine if it is a set or get /// |
name | String | /// this is the Java Bean property name of the method /// |
return | System |