[]
        
立即试用
(Showing Draft Content)

DynamicFilterType

Enum Class DynamicFilterType

java.lang.Object
java.lang.Enum<DynamicFilterType>
com.grapecity.documents.excel.DynamicFilterType
All Implemented Interfaces:
Serializable, Comparable<DynamicFilterType>, Constable

public enum DynamicFilterType extends Enum<DynamicFilterType>
指定过滤器的类型。
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    指定过滤所有高于平均值的值。
    指定过滤所有低于平均值的值。
    指定过滤与上个月相关的所有值。
    指定过滤与上季度相关的所有值。
    指定筛选与上周相关的所有值。
    指定过滤所有与去年相关的值。
    指定过滤一月份的所有日期。
    指定筛选出所有十月份的日期。
    指定筛选出所有十一月的日期。
    指定筛选出所有十二月的日期。
    指定过滤掉所有二月份的日期。
    指定筛选出所有三月份的日期。
    指定筛选出所有四月份的日期。
    指定过滤所有五月的日期。
    指定筛选出所有六月份的日期。
    指定筛选出所有七月份的日期。
    指定过滤掉所有八月份的日期。
    指定筛选出所有九月份的日期。
    指定过滤与下个月相关的所有值。
    指定过滤与下一季度相关的所有值。
    指定过滤与下周所有相关的值。
    指定过滤与下一年相关的所有值。
    指定无。
    指定筛选出第一季度所有日期。
    指定过滤掉第二季度的所有日期。
    指定过滤掉第三季度的所有日期。
    指定过滤掉第四季度的所有日期。
    指定过滤与当前月份相关的所有值。
    指定过滤与当前季度相关的所有值。
    指定筛选与当前周相关的所有值。
    指定筛选与当前年份相关的所有值。
    指定过滤与当前日期相关的所有值。
    指定过滤与明天相关的所有值。
    指定筛选从今天起到一年前的所有值。
    指定过滤所有与昨天相关的值。
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the enum constant of this class with the specified name.
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • None

      public static final DynamicFilterType None
      指定无。
    • Today

      public static final DynamicFilterType Today
      指定过滤与当前日期相关的所有值。
    • Yesterday

      public static final DynamicFilterType Yesterday
      指定过滤所有与昨天相关的值。
    • Tomorrow

      public static final DynamicFilterType Tomorrow
      指定过滤与明天相关的所有值。
    • ThisWeek

      public static final DynamicFilterType ThisWeek
      指定筛选与当前周相关的所有值。
    • LastWeek

      public static final DynamicFilterType LastWeek
      指定筛选与上周相关的所有值。
    • NextWeek

      public static final DynamicFilterType NextWeek
      指定过滤与下周所有相关的值。
    • ThisMonth

      public static final DynamicFilterType ThisMonth
      指定过滤与当前月份相关的所有值。
    • LastMonth

      public static final DynamicFilterType LastMonth
      指定过滤与上个月相关的所有值。
    • NextMonth

      public static final DynamicFilterType NextMonth
      指定过滤与下个月相关的所有值。
    • ThisQuarter

      public static final DynamicFilterType ThisQuarter
      指定过滤与当前季度相关的所有值。
    • LastQuarter

      public static final DynamicFilterType LastQuarter
      指定过滤与上季度相关的所有值。
    • NextQuarter

      public static final DynamicFilterType NextQuarter
      指定过滤与下一季度相关的所有值。
    • ThisYear

      public static final DynamicFilterType ThisYear
      指定筛选与当前年份相关的所有值。
    • LastYear

      public static final DynamicFilterType LastYear
      指定过滤所有与去年相关的值。
    • NextYear

      public static final DynamicFilterType NextYear
      指定过滤与下一年相关的所有值。
    • YearToDate

      public static final DynamicFilterType YearToDate
      指定筛选从今天起到一年前的所有值。
    • Q1

      public static final DynamicFilterType Q1
      指定筛选出第一季度所有日期。
    • Q2

      public static final DynamicFilterType Q2
      指定过滤掉第二季度的所有日期。
    • Q3

      public static final DynamicFilterType Q3
      指定过滤掉第三季度的所有日期。
    • Q4

      public static final DynamicFilterType Q4
      指定过滤掉第四季度的所有日期。
    • M1

      public static final DynamicFilterType M1
      指定过滤一月份的所有日期。
    • M2

      public static final DynamicFilterType M2
      指定过滤掉所有二月份的日期。
    • M3

      public static final DynamicFilterType M3
      指定筛选出所有三月份的日期。
    • M4

      public static final DynamicFilterType M4
      指定筛选出所有四月份的日期。
    • M5

      public static final DynamicFilterType M5
      指定过滤所有五月的日期。
    • M6

      public static final DynamicFilterType M6
      指定筛选出所有六月份的日期。
    • M7

      public static final DynamicFilterType M7
      指定筛选出所有七月份的日期。
    • M8

      public static final DynamicFilterType M8
      指定过滤掉所有八月份的日期。
    • M9

      public static final DynamicFilterType M9
      指定筛选出所有九月份的日期。
    • M10

      public static final DynamicFilterType M10
      指定筛选出所有十月份的日期。
    • M11

      public static final DynamicFilterType M11
      指定筛选出所有十一月的日期。
    • M12

      public static final DynamicFilterType M12
      指定筛选出所有十二月的日期。
    • AboveAverage

      public static final DynamicFilterType AboveAverage
      指定过滤所有高于平均值的值。
    • BelowAverage

      public static final DynamicFilterType BelowAverage
      指定过滤所有低于平均值的值。
  • Method Details

    • values

      public static DynamicFilterType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static DynamicFilterType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null