public enum StiInterfaceType extends java.lang.Enum<StiInterfaceType>
| Modifier and Type | Method and Description |
|---|---|
static StiInterfaceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiInterfaceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiInterfaceType Auto
public static final StiInterfaceType Mouse
public static final StiInterfaceType Touch
public static final StiInterfaceType Mobile
public static StiInterfaceType[] values()
for (StiInterfaceType c : StiInterfaceType.values()) System.out.println(c);
public static StiInterfaceType 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.