public enum VirtualApplianceAction extends Enum<VirtualApplianceAction>
| Enum Constant and Description |
|---|
COPY
COPY (Copying)
|
MOVE
MOVE (Moving)
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
String |
toString() |
static VirtualApplianceAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VirtualApplianceAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VirtualApplianceAction MOVE
public static final VirtualApplianceAction COPY
public static VirtualApplianceAction[] values()
for (VirtualApplianceAction c : VirtualApplianceAction.values()) System.out.println(c);
public static VirtualApplianceAction 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 getAction()
public String toString()
toString in class Enum<VirtualApplianceAction>Copyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.