Enum Class StiCheckStyle

java.lang.Object
java.lang.Enum<StiCheckStyle>
com.stimulsoft.report.components.enums.StiCheckStyle
All Implemented Interfaces:
Serializable, Comparable<StiCheckStyle>, Constable

public enum StiCheckStyle extends Enum<StiCheckStyle>
Check style.
  • Enum Constant Details

    • Cross

      public static final StiCheckStyle Cross
      Cross style.
    • Check

      public static final StiCheckStyle Check
      Check style.
    • CrossRectangle

      public static final StiCheckStyle CrossRectangle
      Check style.
    • CheckRectangle

      public static final StiCheckStyle CheckRectangle
      Check style.
    • CrossCircle

      public static final StiCheckStyle CrossCircle
      Check style.
    • DotCircle

      public static final StiCheckStyle DotCircle
      Check style.
    • DotRectangle

      public static final StiCheckStyle DotRectangle
      Check style.
    • NoneCircle

      public static final StiCheckStyle NoneCircle
      Check style.
    • NoneRectangle

      public static final StiCheckStyle NoneRectangle
      Check style.
    • None

      public static final StiCheckStyle None
      Check style.
  • Method Details

    • values

      public static StiCheckStyle[] 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 StiCheckStyle 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
    • getValue

      public int getValue()
    • forValue

      public static StiCheckStyle forValue(int value)