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

eu.xenit.apix.permissions.PermissionValue Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
package eu.xenit.apix.permissions;

/**
 * Represents the state of a permission: Allowed, Denied or undetermined.
 */
public enum PermissionValue {
    ALLOW, DENY, UNDETERMINED
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy