public static enum RequireAem.Distribution extends Enum<RequireAem.Distribution>
| Enum Constant and Description |
|---|
CLASSIC |
CLOUD_READY |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static RequireAem.Distribution |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequireAem.Distribution[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequireAem.Distribution CLOUD_READY
public static final RequireAem.Distribution CLASSIC
public static RequireAem.Distribution[] values()
for (RequireAem.Distribution c : RequireAem.Distribution.values()) System.out.println(c);
public static RequireAem.Distribution 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 getValue()
Copyright © 2013–2020 Adobe. All rights reserved.