public static enum RepositoryItem.State extends Enum<RepositoryItem.State>
Modifier and Type | Method and Description |
---|---|
static RepositoryItem.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepositoryItem.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RepositoryItem.State ACTIVE
public static final RepositoryItem.State CLOSED
public static RepositoryItem.State[] values()
for (RepositoryItem.State c : RepositoryItem.State.values()) System.out.println(c);
public static RepositoryItem.State 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 nullCopyright (c) 2020, SAS Institute Inc., Cary, NC, USA