public enum VirtualImageStatefulState extends Enum<VirtualImageStatefulState>
| Enum Constant and Description |
|---|
STATEFUL
The virtual image IS an stategul image.
|
STATELESS
The virtual image ISN'T an stateful image.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getValue() |
static VirtualImageStatefulState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VirtualImageStatefulState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VirtualImageStatefulState STATELESS
public static final VirtualImageStatefulState STATEFUL
public static VirtualImageStatefulState[] values()
for (VirtualImageStatefulState c : VirtualImageStatefulState.values()) System.out.println(c);
public static VirtualImageStatefulState 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 boolean getValue()
Copyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.