Create and return a MBeanParameterInfo
object that
corresponds to the parameter described by this instance.
// Return our cached information (if any)
if (info == null) {
info = new MBeanParameterInfo
(getName(), getType(), getDescription());
}
return (MBeanParameterInfo)info;