public enum HostGraphicsInfoGraphicsType extends Enum<HostGraphicsInfoGraphicsType>
Java class for HostGraphicsInfoGraphicsType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="HostGraphicsInfoGraphicsType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="basic"/>
<enumeration value="shared"/>
<enumeration value="direct"/>
<enumeration value="sharedDirect"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
BASIC |
DIRECT |
SHARED |
SHARED_DIRECT |
| Modifier and Type | Method and Description |
|---|---|
static HostGraphicsInfoGraphicsType |
fromValue(String v) |
String |
value() |
static HostGraphicsInfoGraphicsType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostGraphicsInfoGraphicsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HostGraphicsInfoGraphicsType BASIC
public static final HostGraphicsInfoGraphicsType SHARED
public static final HostGraphicsInfoGraphicsType DIRECT
public static final HostGraphicsInfoGraphicsType SHARED_DIRECT
public static HostGraphicsInfoGraphicsType[] values()
for (HostGraphicsInfoGraphicsType c : HostGraphicsInfoGraphicsType.values()) System.out.println(c);
public static HostGraphicsInfoGraphicsType 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 HostGraphicsInfoGraphicsType fromValue(String v)
Copyright © 2018. All rights reserved.