public static enum AGHttpRepoClient.CommitPhase extends Enum<AGHttpRepoClient.CommitPhase>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static AGHttpRepoClient.CommitPhase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AGHttpRepoClient.CommitPhase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AGHttpRepoClient.CommitPhase PREPARE
public static final AGHttpRepoClient.CommitPhase COMMIT
public static AGHttpRepoClient.CommitPhase[] values()
for (AGHttpRepoClient.CommitPhase c : AGHttpRepoClient.CommitPhase.values()) System.out.println(c);
public static AGHttpRepoClient.CommitPhase 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 toString()
toString
in class Enum<AGHttpRepoClient.CommitPhase>
Copyright © 2024 Franz Inc.. All rights reserved.