(Omit source code)
Constructor MimeInfoparamtypeparamdims this.type = type; this.dims = dims;
this.type = type; this.dims = dims;
Method getDimensionsreturn return this.dims;
return this.dims;
Method getTypereturn return this.type;
return this.type;
Method toStringreturn return "(" + type + "," + dims + ")";
return "(" + type + "," + dims + ")";