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