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