|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<StiCheckStyle>
com.stimulsoft.report.components.enums.StiCheckStyle
public enum StiCheckStyle
Check style.
Enum Constant Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
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
Method Detail |
---|
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 name
java.lang.NullPointerException
- if the argument is nullpublic int getValue()
public static StiCheckStyle forValue(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |