public enum TouchUIDialogType extends Enum<TouchUIDialogType>
Modifier and Type | Method and Description |
---|---|
String |
getType() |
boolean |
isOfType(String type) |
static TouchUIDialogType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TouchUIDialogType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TouchUIDialogType CORAL2
public static final TouchUIDialogType CORAL3
public static TouchUIDialogType[] values()
for (TouchUIDialogType c : TouchUIDialogType.values()) System.out.println(c);
public static TouchUIDialogType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getType()
public boolean isOfType(String type)
Copyright © 2019 ICF Olson. All rights reserved.