public enum PathRenameMode extends Enum<PathRenameMode>
Enum Constant and Description |
---|
LEGACY
Enum value legacy.
|
POSIX
Enum value posix.
|
Modifier and Type | Method and Description |
---|---|
static PathRenameMode |
fromString(String value)
Parses a serialized value to a PathRenameMode instance.
|
String |
toString() |
static PathRenameMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathRenameMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PathRenameMode LEGACY
public static final PathRenameMode POSIX
public static PathRenameMode[] values()
public static PathRenameMode 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 nullpublic static PathRenameMode fromString(String value)
value
- the serialized value to parse.public String toString()
toString
in class Enum<PathRenameMode>
Copyright © 2019 Microsoft Corporation. All rights reserved.