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

es.tid.netManager.uni.DispatcherObjects Maven / Gradle / Ivy

The newest version!
package es.tid.netManager.uni;

public class DispatcherObjects {
	
	/**
	 * Type = 1 ---	Change Route
	 * Type = 2 --- Create UNI
	 * Type = 3 --- Eliminate UNI
	 * Type = 4 --- Create LSP
	 */
	
	private int type;

	public int getType() {
		return type;
	}

	public void setType(int type) {
		this.type = type;
	}
		
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy