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

com.github.devnied.emvnfccard.utils.ConstantUtils Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version
package com.github.devnied.emvnfccard.utils;

/**
 * Class used to define Application constant
 * 
 * @author Millau Julien
 * 
 */
public final class ConstantUtils {

	/**
	 * Cards details
	 */
	public static final int CARDS_DETAILS = 0;

	/**
	 * Configuration
	 */
	public static final int CONFIGURATION = 1;

	/**
	 * About
	 */
	public static final int ABOUT = 2;

	/**
	 * Private constructor
	 */
	private ConstantUtils() {
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy