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

cdc.applic.publication.NameValidity Maven / Gradle / Ivy

The newest version!
package cdc.applic.publication;

/**
 * Enumeration of possible name validity.
 *
 * @author Damien Carbonne
 */
public enum NameValidity {
    /** The prefix is valid. */
    VALID,
    /** The prefix is invalid. */
    INVALID
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy