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

pickleib.enums.ElementState Maven / Gradle / Ivy

The newest version!
package pickleib.enums;

import lombok.Getter;

/**
 * Element states
 */
@Getter
public enum ElementState {
    enabled,
    displayed,
    selected,
    disabled,
    unselected,
    absent
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy