Added getType() method to Parameter value object.
This commit is contained in:
@@ -190,6 +190,15 @@ public final class Parameter {
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Returns the type of the {@link Parameter}.
|
||||
*
|
||||
* @return the type
|
||||
*/
|
||||
public Class<?> getType() {
|
||||
return type;
|
||||
}
|
||||
|
||||
/*
|
||||
* (non-Javadoc)
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user