public static enum FisheyeReviewItemData.CommitType extends java.lang.Enum<FisheyeReviewItemData.CommitType>
| Enum Constant and Description |
|---|
Added |
Copied |
Deleted |
Modified |
Moved |
Unknown |
| Modifier and Type | Method and Description |
|---|---|
static FisheyeReviewItemData.CommitType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FisheyeReviewItemData.CommitType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FisheyeReviewItemData.CommitType Added
public static final FisheyeReviewItemData.CommitType Deleted
public static final FisheyeReviewItemData.CommitType Modified
public static final FisheyeReviewItemData.CommitType Moved
public static final FisheyeReviewItemData.CommitType Copied
public static final FisheyeReviewItemData.CommitType Unknown
public static FisheyeReviewItemData.CommitType[] values()
for (FisheyeReviewItemData.CommitType c : FisheyeReviewItemData.CommitType.values()) System.out.println(c);
public static FisheyeReviewItemData.CommitType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is null