package usda.weru.util;

import gov.usda.ars.eweru.tools.propertyboilerplate.PropertyBoilerPlate;
import javax.measure.Quantity;
import javax.measure.quantity.Length;

/**
 * Start of the cligen data bean.  Only supports the elevation at this point.
 * @author Joseph Levin <joelevin@weru.ksu.edu>
 */
public class CligenData extends CligenData_PropertyBoilerPlate {

    /**
     *
     */
    @PropertyBoilerPlate(valueClass = Quantity.class, valueGenericClasses = {Length.class})
    public static final String PROP_ELEVATION = "elevation";

}
