public enum StiCheckStyle extends java.lang.Enum<StiCheckStyle>
| Enum Constant and Description |
|---|
Check
Check style.
|
CheckRectangle
Check style.
|
Cross
Cross style.
|
CrossCircle
Check style.
|
CrossRectangle
Check style.
|
DotCircle
Check style.
|
DotRectangle
Check style.
|
None
Check style.
|
NoneCircle
Check style.
|
NoneRectangle
Check style.
|
| Modifier and Type | Method and Description |
|---|---|
static StiCheckStyle |
forValue(int value) |
int |
getValue() |
static StiCheckStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiCheckStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiCheckStyle Cross
public static final StiCheckStyle Check
public static final StiCheckStyle CrossRectangle
public static final StiCheckStyle CheckRectangle
public static final StiCheckStyle CrossCircle
public static final StiCheckStyle DotCircle
public static final StiCheckStyle DotRectangle
public static final StiCheckStyle NoneCircle
public static final StiCheckStyle NoneRectangle
public static final StiCheckStyle None
public static StiCheckStyle[] values()
for (StiCheckStyle c : StiCheckStyle.values()) System.out.println(c);
public static StiCheckStyle valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getValue()
public static StiCheckStyle forValue(int value)
Copyright © 2019 Stimulsoft. All Rights Reserved.