public enum MoveEnvironmentStrategy extends Enum<MoveEnvironmentStrategy>
Enum Constant and Description |
---|
AFTER
Move after an environment
|
BEFORE
Move before an environment
|
BOTTOM
Move to the bottom
|
DOWN
Move down
|
TOP
Move to the top
|
UP
Move up
|
Modifier and Type | Method and Description |
---|---|
static MoveEnvironmentStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MoveEnvironmentStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MoveEnvironmentStrategy TOP
public static final MoveEnvironmentStrategy UP
public static final MoveEnvironmentStrategy DOWN
public static final MoveEnvironmentStrategy BOTTOM
public static final MoveEnvironmentStrategy AFTER
public static final MoveEnvironmentStrategy BEFORE
public static MoveEnvironmentStrategy[] values()
for (MoveEnvironmentStrategy c : MoveEnvironmentStrategy.values()) System.out.println(c);
public static MoveEnvironmentStrategy 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 © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.
View cookie preferences