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

org.yamcs.xtce.IntegerValue Maven / Gradle / Ivy

There is a newer version: 5.10.7
Show newest version
package org.yamcs.xtce;

import java.io.Serializable;

/**
 * @author nm
 * 
 * Contains an Integer value; value may be provided directly or via the value in a parameter.
 */
public abstract class IntegerValue implements Serializable {
	private static final long serialVersionUID = 1L;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy