public static enum BackupRepository.PathType extends Enum<BackupRepository.PathType>
Modifier and Type | Method and Description |
---|---|
static BackupRepository.PathType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackupRepository.PathType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BackupRepository.PathType DIRECTORY
public static final BackupRepository.PathType FILE
public static BackupRepository.PathType[] values()
for (BackupRepository.PathType c : BackupRepository.PathType.values()) System.out.println(c);
public static BackupRepository.PathType 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 © 2000-2017 Apache Software Foundation. All Rights Reserved.