public enum Source extends java.lang.Enum<Source>
| Enum Constant and Description |
|---|
ABIQUO_SERVER |
APPLIANCE_MANAGER |
CONVERSION_MANAGER |
DISCOVERY_MANAGER |
MONITOR_MANAGER |
STORAGE_MANAGER |
VIRTUALIZATION_MANAGER |
| Modifier and Type | Method and Description |
|---|---|
static Source |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Source[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Source ABIQUO_SERVER
public static final Source APPLIANCE_MANAGER
public static final Source CONVERSION_MANAGER
public static final Source DISCOVERY_MANAGER
public static final Source MONITOR_MANAGER
public static final Source STORAGE_MANAGER
public static final Source VIRTUALIZATION_MANAGER
public static Source[] values()
for (Source c : Source.values()) System.out.println(c);
public static Source valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2008-2020 Abiquo Holdings S.L.. All Rights Reserved.