public static enum FixityResult.FixityState extends Enum<FixityResult.FixityState>
Enum Constant and Description |
---|
BAD_CHECKSUM |
BAD_SIZE |
SUCCESS |
Modifier and Type | Method and Description |
---|---|
static FixityResult.FixityState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FixityResult.FixityState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FixityResult.FixityState SUCCESS
public static final FixityResult.FixityState BAD_CHECKSUM
public static final FixityResult.FixityState BAD_SIZE
public static FixityResult.FixityState[] values()
for (FixityResult.FixityState c : FixityResult.FixityState.values()) System.out.println(c);
public static FixityResult.FixityState 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 © 2013–2019 DuraSpace, Inc.. All rights reserved.