Package | Description |
---|---|
org.ovirt.engine.api.restapi.types | |
org.ovirt.engine.core.common.businessentities |
Modifier and Type | Method and Description |
---|---|
static DisplayType |
VmMapper.map(DisplayType type,
DisplayType incoming) |
Modifier and Type | Method and Description |
---|---|
static DisplayType |
VmMapper.map(DisplayType type,
DisplayType incoming) |
static String |
VmMapper.map(DisplayType type,
String incoming) |
Modifier and Type | Method and Description |
---|---|
static DisplayType |
DisplayType.forValue(int value) |
DisplayType |
VmStatic.getdefault_display_type() |
DisplayType |
VmTemplate.getdefault_display_type() |
DisplayType |
VM.getdefault_display_type() |
DisplayType |
VmDynamic.getdisplay_type() |
DisplayType |
VM.getdisplay_type() |
static DisplayType |
DisplayType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DisplayType[] |
DisplayType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
VmStatic.setdefault_display_type(DisplayType value) |
void |
VmTemplate.setdefault_display_type(DisplayType value) |
void |
VM.setdefault_display_type(DisplayType value) |
void |
VmDynamic.setdisplay_type(DisplayType value) |
void |
VM.setdisplay_type(DisplayType value) |
Copyright © 2012. All Rights Reserved.