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

com.jd.blockchain.storage.service.ExPolicy Maven / Gradle / Ivy

package com.jd.blockchain.storage.service;

/**
 * 存在性策略;
 * 
 * @author huanghaiquan
 *
 */
public enum ExPolicy {

	/**
	 * 已存在;
	 */
	EXISTING,

	/**
	 * 不存在;
	 */
	NOT_EXISTING
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy