public enum ComponentType extends Enum<ComponentType> implements Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
static ComponentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComponentType UNKNOWN
public static final ComponentType PLATFORM
public static final ComponentType DATACENTER
public static final ComponentType RACK
public static final ComponentType MACHINE
public static final ComponentType VIRTUAL_STORAGE
public static final ComponentType STORAGE_POOL
public static final ComponentType ENTERPRISE
public static final ComponentType USER
public static final ComponentType VIRTUAL_DATACENTER
public static final ComponentType VIRTUAL_APPLIANCE
public static final ComponentType VIRTUAL_MACHINE
public static final ComponentType VOLUME
public static final ComponentType NETWORK
public static final ComponentType APPLIANCE_MANAGER
public static final ComponentType IMAGE_CONVERTER
public static final ComponentType LICENSE_MANAGER
public static final ComponentType PERSISTENT_CONVERTER
public static final ComponentType API
public static final ComponentType WORKLOAD
public static final ComponentType ROLE
public static final ComponentType ROLE_LDAP
public static final ComponentType SCOPE
public static final ComponentType HIGH_AVAILABILITY
public static final ComponentType PRICING_TEMPLATE
public static final ComponentType COSTCODE_CURRENCY
public static final ComponentType COSTCODE
public static final ComponentType STORAGE_DEVICE
public static final ComponentType INSTANCE_CONVERTER
public static ComponentType[] values()
for (ComponentType c : ComponentType.values()) System.out.println(c);
public static ComponentType 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 getDescription()
Copyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.