public enum VdcObjectType extends Enum<VdcObjectType>
Enum Constant and Description |
---|
AdElements |
Bookmarks |
EventNotification |
ImportExport |
MultiLevelAdministration |
Role |
Storage |
StoragePool |
System |
Tags |
Unknown |
User |
VDS |
VdsGroups |
VM |
VmPool |
VmTemplate |
Modifier and Type | Method and Description |
---|---|
static VdcObjectType |
forValue(int value) |
int |
getValue() |
String |
getVdcObjectTranslation() |
static VdcObjectType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VdcObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VdcObjectType Unknown
public static final VdcObjectType System
public static final VdcObjectType VM
public static final VdcObjectType VDS
public static final VdcObjectType VmTemplate
public static final VdcObjectType VmPool
public static final VdcObjectType AdElements
public static final VdcObjectType Tags
public static final VdcObjectType Bookmarks
public static final VdcObjectType VdsGroups
public static final VdcObjectType MultiLevelAdministration
public static final VdcObjectType Storage
public static final VdcObjectType EventNotification
public static final VdcObjectType ImportExport
public static final VdcObjectType StoragePool
public static final VdcObjectType User
public static final VdcObjectType Role
public static VdcObjectType[] values()
for (VdcObjectType c : VdcObjectType.values()) System.out.println(c);
public static VdcObjectType 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 getVdcObjectTranslation()
public int getValue()
public static VdcObjectType forValue(int value)
Copyright © 2012. All Rights Reserved.