Enum BooleanCondition.Type

java.lang.Object
java.lang.Enum<BooleanCondition.Type>
io.sf.carte.doc.style.css.BooleanCondition.Type
All Implemented Interfaces:
Serializable, Comparable<BooleanCondition.Type>, java.lang.constant.Constable
Enclosing interface:
BooleanCondition

public static enum BooleanCondition.Type extends Enum<BooleanCondition.Type>
The types of condition. A PREDICATE is the fundamental condition that is carried by the other condition types (AND, OR, NOT).