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