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

ca.uhn.hl7v2.hoh.util.ServerRoleEnum Maven / Gradle / Ivy

The newest version!
package ca.uhn.hl7v2.hoh.util;

public enum ServerRoleEnum {

	/**
	 * TCP Server
	 */
	SERVER,
	
	/**
	 * TCP Client
	 */
	CLIENT
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy