Parameter constructor

Parameter()

Implementation

Parameter() {
  this.data = new HashMap();
}