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

com.github.devnied.emvnfccard.model.enums.IKeyEnum Maven / Gradle / Ivy

There is a newer version: 3.0.1
Show newest version
package com.github.devnied.emvnfccard.model.enums;

/**
 * Interface for Key enum
 * 
 * @author MILLAU Julien
 * 
 */
public interface IKeyEnum {

	/**
	 * Get the key of the current enum
	 * 
	 * @return the key value
	 */
	int getKey();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy