public enum ContainerRole extends Enum<ContainerRole>
| Modifier and Type | Method and Description |
|---|---|
static ContainerRole |
fromString(String input) |
static ContainerRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContainerRole SERVER
public static final ContainerRole MIGRATION
public static final ContainerRole JOBS
public static ContainerRole[] values()
for (ContainerRole c : ContainerRole.values()) System.out.println(c);
public static ContainerRole 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 static ContainerRole fromString(String input)
Copyright © 2020 LeanIX GmbH. All rights reserved.