public enum GRSFStatus extends Enum<GRSFStatus>
Enum Constant and Description |
---|
APPROVED |
ARCHIVED |
HIDDEN |
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 APPROVED
public static final GRSFStatus REJECTED
public static final GRSFStatus PENDING
public static final GRSFStatus ARCHIVED
public static final GRSFStatus HIDDEN
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.