public enum SplitIndexPhase extends Enum<SplitIndexPhase>
| Enum Constant and Description |
|---|
ABORTED |
COPY_FILES |
CREATE_CHANGE_FOLDER |
DONE |
PURGE_CHANGES_FROM_CONTENT |
PURGE_CONTENT_FROM_CHANGES |
REMOVE_OLD_INDEX |
| Modifier and Type | Method and Description |
|---|---|
static SplitIndexPhase |
fromId(String id) |
String |
getDescription() |
String |
getId() |
String |
toString() |
static SplitIndexPhase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SplitIndexPhase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SplitIndexPhase CREATE_CHANGE_FOLDER
public static final SplitIndexPhase COPY_FILES
public static final SplitIndexPhase PURGE_CONTENT_FROM_CHANGES
public static final SplitIndexPhase PURGE_CHANGES_FROM_CONTENT
public static final SplitIndexPhase DONE
public static final SplitIndexPhase ABORTED
public static final SplitIndexPhase REMOVE_OLD_INDEX
public static SplitIndexPhase[] values()
for (SplitIndexPhase c : SplitIndexPhase.values()) System.out.println(c);
public static SplitIndexPhase 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 getId()
public String getDescription()
public static SplitIndexPhase fromId(String id)
public String toString()
toString in class Enum<SplitIndexPhase>Copyright © 2003–2021 Atlassian. All rights reserved.