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

open.source.exchange.enumeration.ExchangeInformationType Maven / Gradle / Ivy

package open.source.exchange.enumeration;

import java.io.Serializable;

public enum ExchangeInformationType implements Serializable {

	id,
	signalType,
	events,
	applicationContext,
	attributes,
	localeContext,
	logPrefix,
	serverHttpRequest,
	serverHttpResponse,
	notModifiedFlag,
	principal,
	session,
	formData,
	multipartData;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy