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