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