Class PeriodicityType

java.lang.Object
com.orchestranetworks.addon.dqid.common.PeriodicityType

public final class PeriodicityType extends Object
Represents period types supported by the add-on.
See Also:
  • Field Details

  • Method Details

    • parse

      public static PeriodicityType parse(String value)
    • isTolerance

      public boolean isTolerance()
    • isMonthly

      public boolean isMonthly()
    • isWeekly

      public boolean isWeekly()
    • isDaily

      public boolean isDaily()
    • isYearly

      public boolean isYearly()
    • isSemester

      public boolean isSemester()
    • isQuarterly

      public boolean isQuarterly()
    • isHourly

      public boolean isHourly()
    • isUnknow

      @Deprecated public boolean isUnknow()
      Deprecated.
      Since 1.6.0, use isUnknown() instead.
    • isUnknown

      public boolean isUnknown()
      Since:
      1.6.0
    • isAny

      public boolean isAny()
      Since:
      1.2.0
    • getValue

      public String getValue()