Exemple #1
0
 protected Element(String type, Class t) {
   this.id = UUID.randomUUID().toString();
   this.type = type;
   this.inputType = t;
 }
Exemple #2
0
 protected Element(String type) {
   this.id = UUID.randomUUID().toString();
   this.type = type;
 }