public static enum CloudFactory.CloudTag extends Enum<CloudFactory.CloudTag>
| Modifier and Type | Method and Description |
|---|---|
static CloudFactory.CloudTag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloudFactory.CloudTag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CloudFactory.CloudTag OS
public static final CloudFactory.CloudTag AWS
public static final CloudFactory.CloudTag GOOGLE
public static final CloudFactory.CloudTag AZURE
public static CloudFactory.CloudTag[] values()
for (CloudFactory.CloudTag c : CloudFactory.CloudTag.values()) System.out.println(c);
public static CloudFactory.CloudTag 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 nullCopyright © 2020. All rights reserved.