public enum StiStandaloneReportType extends java.lang.Enum<StiStandaloneReportType>
| Enum Constant and Description |
|---|
Print |
PrintWithWpf |
Show |
ShowWithWpf |
| Modifier and Type | Method and Description |
|---|---|
static StiStandaloneReportType |
forValue(int value) |
int |
getValue() |
static StiStandaloneReportType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiStandaloneReportType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiStandaloneReportType Show
public static final StiStandaloneReportType Print
public static final StiStandaloneReportType ShowWithWpf
public static final StiStandaloneReportType PrintWithWpf
public static StiStandaloneReportType[] values()
for (StiStandaloneReportType c : StiStandaloneReportType.values()) System.out.println(c);
public static StiStandaloneReportType 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 StiStandaloneReportType forValue(int value)
Copyright © 2019 Stimulsoft. All Rights Reserved.