org.epos.library.covjson.X Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of epos-covjson-java-library Show documentation
Show all versions of epos-covjson-java-library Show documentation
Java library to create and manipulate EPOS COvJSON
The newest version!
package org.epos.library.covjson;
import java.util.ArrayList;
public class X {
public ArrayList values;
public X(ArrayList values) {
super();
this.values = values;
}
public X() {
// TODO Auto-generated constructor stub
}
public ArrayList getValues() {
return values;
}
public void setValues(ArrayList values) {
this.values = values;
}
}