public enum StiRenderedWith extends java.lang.Enum<StiRenderedWith>
| Enum Constant and Description |
|---|
Flex |
Java |
Net |
Silverlight |
Unknown |
WinRT |
Wpf |
| Modifier and Type | Method and Description |
|---|---|
static StiRenderedWith |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiRenderedWith[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiRenderedWith Unknown
public static final StiRenderedWith Net
public static final StiRenderedWith Wpf
public static final StiRenderedWith Silverlight
public static final StiRenderedWith WinRT
public static final StiRenderedWith Flex
public static final StiRenderedWith Java
public static StiRenderedWith[] values()
for (StiRenderedWith c : StiRenderedWith.values()) System.out.println(c);
public static StiRenderedWith 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 nullCopyright © 2019 Stimulsoft. All Rights Reserved.