public enum HashedBuckOutLinkMode extends Enum<HashedBuckOutLinkMode>
Modifier and Type | Field and Description |
---|---|
static HashedBuckOutLinkMode |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
static HashedBuckOutLinkMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HashedBuckOutLinkMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HashedBuckOutLinkMode SYMLINK
public static final HashedBuckOutLinkMode HARDLINK
public static final HashedBuckOutLinkMode NONE
public static final HashedBuckOutLinkMode DEFAULT
public static HashedBuckOutLinkMode[] values()
for (HashedBuckOutLinkMode c : HashedBuckOutLinkMode.values()) System.out.println(c);
public static HashedBuckOutLinkMode 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 null