public static enum UpdtEntry.State extends Enum<UpdtEntry.State>
Enum Constant and Description |
---|
CHECKEDOUT |
NEW |
UNKNOWN |
UNLOAD |
UPDATED |
Modifier and Type | Method and Description |
---|---|
static UpdtEntry.State |
defaultLevel() |
static UpdtEntry.State |
fromString(String str) |
String |
getName() |
static UpdtEntry.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdtEntry.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdtEntry.State CHECKEDOUT
public static final UpdtEntry.State NEW
public static final UpdtEntry.State UNKNOWN
public static final UpdtEntry.State UNLOAD
public static final UpdtEntry.State UPDATED
public static UpdtEntry.State[] values()
for (UpdtEntry.State c : UpdtEntry.State.values()) System.out.println(c);
public static UpdtEntry.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 nullpublic String getName()
public static UpdtEntry.State defaultLevel()
public static UpdtEntry.State fromString(String str)
Copyright © 2004-2021. All Rights Reserved.