public enum ArchiveKind extends java.lang.Enum<ArchiveKind>
Enum Constant and Description |
---|
Cyrus |
Dummy |
Noop |
S3 |
ScalityRing |
Test |
Modifier and Type | Method and Description |
---|---|
static ArchiveKind |
fromName(java.lang.String name) |
boolean |
isSdsArchive() |
java.lang.String |
toString() |
static ArchiveKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ArchiveKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArchiveKind S3
public static final ArchiveKind ScalityRing
public static final ArchiveKind Cyrus
public static final ArchiveKind Dummy
public static final ArchiveKind Noop
public static final ArchiveKind Test
public static ArchiveKind[] values()
for (ArchiveKind c : ArchiveKind.values()) System.out.println(c);
public static ArchiveKind valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<ArchiveKind>
public boolean isSdsArchive()
public static ArchiveKind fromName(java.lang.String name)
Copyright © 2021. All Rights Reserved.