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

org.craftercms.profile.api.AttributeAction Maven / Gradle / Ivy

There is a newer version: 4.3.1
Show newest version
package org.craftercms.profile.api;

/**
 * Enum with the actions that can be executed on attributes by applications.
 *
 * @author avasquez
*/
public enum AttributeAction {

    READ_ATTRIBUTE,
    WRITE_ATTRIBUTE,
    REMOVE_ATTRIBUTE

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy