public static enum VNCConsole.Type extends Enum<VNCConsole.Type>
Enum Constant and Description |
---|
NOVNC |
SPICE |
UNRECOGNIZED |
XVPVNC |
Modifier and Type | Method and Description |
---|---|
String |
value() |
static VNCConsole.Type |
value(String vncType) |
static VNCConsole.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VNCConsole.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VNCConsole.Type NOVNC
public static final VNCConsole.Type XVPVNC
public static final VNCConsole.Type SPICE
public static final VNCConsole.Type UNRECOGNIZED
public static VNCConsole.Type[] values()
for (VNCConsole.Type c : VNCConsole.Type.values()) System.out.println(c);
public static VNCConsole.Type 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 value()
public static VNCConsole.Type value(String vncType)
Copyright © 2017. All rights reserved.