git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngine@114572 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
d7b0a45edf
commit
107582434d
|
@ -15,6 +15,7 @@ public class PrimitiveTypesList extends StatisticalType {
|
|||
super(name, description, optional);
|
||||
list = new ArrayList<PrimitiveType>();
|
||||
this.type = type;
|
||||
this.className=className;
|
||||
}
|
||||
|
||||
public void add(PrimitiveType st){
|
||||
|
|
Loading…
Reference in New Issue