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

org.cesecore.audit.enums.ConstantType Maven / Gradle / Ivy

package org.cesecore.audit.enums;

import java.io.Serializable;

/**
 *  Generic constant type holder.
 * 
 * @version $Id: ConstantType.java 17625 2013-09-20 07:12:06Z netmackan $
 * 
 */
public interface ConstantType> extends Serializable {
    boolean equals(final T value);
    String toString();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy