public enum GRSFStatus extends Enum<GRSFStatus>
| Enum Constant and Description |
|---|
Approved |
Archived |
Hidden |
Merged |
Pending |
Rejected |
| Modifier and Type | Method and Description |
|---|---|
static GRSFStatus |
fromString(String string) |
String |
toString() |
static GRSFStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GRSFStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GRSFStatus Pending
public static final GRSFStatus Approved
public static final GRSFStatus Rejected
public static final GRSFStatus Archived
public static final GRSFStatus Hidden
public static final GRSFStatus Merged
public static GRSFStatus[] values()
for (GRSFStatus c : GRSFStatus.values()) System.out.println(c);
public static GRSFStatus 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<GRSFStatus>public static GRSFStatus fromString(String string)
Copyright © 2017. All Rights Reserved.