public enum FileSystemEventType extends Enum<FileSystemEventType>
Modifier and Type | Method and Description |
---|---|
static FileSystemEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileSystemEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileSystemEventType LOGFILERECOVERY
public static final FileSystemEventType SUCCESSFULGROW
public static final FileSystemEventType FAILEDGROW
public static final FileSystemEventType DATASETMOVED
public static final FileSystemEventType SYSPLEXTAKEOVER
public static final FileSystemEventType DISABLEDDUEZFSASSERTION
public static final FileSystemEventType DISABLEDDUEIOERROR
public static final FileSystemEventType ONLINESALVAGERESULTS
public static final FileSystemEventType SHRUNK
public static final FileSystemEventType SALVAGEREPAIRPHASE1COMPLETE
public static final FileSystemEventType SALVAGEREPAIRPHASE2COMPLETE
public static final FileSystemEventType ENCRYPTIONRESULTS
public static final FileSystemEventType DECRYPTIONRESULTS
public static final FileSystemEventType COMPRESSIONRESULTS
public static final FileSystemEventType DECOMPRESSIONRESULTS
public static final FileSystemEventType UNKNOWN
public static FileSystemEventType[] values()
for (FileSystemEventType c : FileSystemEventType.values()) System.out.println(c);
public static FileSystemEventType 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 Black Hill Software Pty Ltd. All rights reserved.