Enum STCfType

java.lang.Object
java.lang.Enum<STCfType>
org.xlsx4j.sml.STCfType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<STCfType>, java.lang.constant.Constable

public enum STCfType
extends java.lang.Enum<STCfType>

Java class for ST_CfType.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="ST_CfType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="expression"/>
     <enumeration value="cellIs"/>
     <enumeration value="colorScale"/>
     <enumeration value="dataBar"/>
     <enumeration value="iconSet"/>
     <enumeration value="top10"/>
     <enumeration value="uniqueValues"/>
     <enumeration value="duplicateValues"/>
     <enumeration value="containsText"/>
     <enumeration value="notContainsText"/>
     <enumeration value="beginsWith"/>
     <enumeration value="endsWith"/>
     <enumeration value="containsBlanks"/>
     <enumeration value="notContainsBlanks"/>
     <enumeration value="containsErrors"/>
     <enumeration value="notContainsErrors"/>
     <enumeration value="timePeriod"/>
     <enumeration value="aboveAverage"/>
   </restriction>
 </simpleType>