All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.epos.library.covjson.Y Maven / Gradle / Ivy

The newest version!
package org.epos.library.covjson;

import java.util.ArrayList;

public class Y {
    public ArrayList values;
    
    
    public Y(ArrayList values) {
		super();
		this.values = values;
	}

	public Y() {
		// TODO Auto-generated constructor stub
	}

	public ArrayList getValues() {
		return values;
	}

	public void setValues(ArrayList values) {
		this.values = values;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy