public enum MessageConstants extends Enum<MessageConstants>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Field and Description |
|---|---|
static JhoveMessage |
AIFF_HUL_1
Error messages
|
static JhoveMessage |
AIFF_HUL_2 |
static JhoveMessage |
AIFF_HUL_3 |
static JhoveMessage |
AIFF_HUL_4 |
static JhoveMessage |
AIFF_HUL_5 |
static JhoveMessage |
AIFF_HUL_6 |
static JhoveMessage |
AIFF_HUL_7 |
static JhoveMessage |
AIFF_HUL_8 |
static JhoveMessage |
AIFF_HUL_9 |
| Modifier and Type | Method and Description |
|---|---|
static MessageConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageConstants INSTANCE
public static final JhoveMessage AIFF_HUL_1
public static final JhoveMessage AIFF_HUL_2
public static final JhoveMessage AIFF_HUL_3
public static final JhoveMessage AIFF_HUL_4
public static final JhoveMessage AIFF_HUL_5
public static final JhoveMessage AIFF_HUL_6
public static final JhoveMessage AIFF_HUL_7
public static final JhoveMessage AIFF_HUL_8
public static final JhoveMessage AIFF_HUL_9
public static MessageConstants[] values()
for (MessageConstants c : MessageConstants.values()) System.out.println(c);
public static MessageConstants 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 © 2008–2021 The Open Preservation Foundation. All rights reserved.