Package | Description |
---|---|
org.ovirt.engine.api.restapi.types | |
org.ovirt.engine.core.common.businessentities | |
org.ovirt.engine.core.dao |
Modifier and Type | Method and Description |
---|---|
static TemplateStatus |
TemplateMapper.map(VmTemplateStatus entityStatus,
TemplateStatus incoming) |
Modifier and Type | Method and Description |
---|---|
static VmTemplateStatus |
VmTemplateStatus.forValue(int value) |
VmTemplateStatus |
VmTemplate.getstatus() |
static VmTemplateStatus |
VmTemplateStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VmTemplateStatus[] |
VmTemplateStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
VmTemplate.setstatus(VmTemplateStatus value) |
Modifier and Type | Method and Description |
---|---|
void |
VmTemplateDAODbFacadeImpl.updateStatus(Guid id,
VmTemplateStatus status) |
Copyright © 2012. All Rights Reserved.