public static enum ExtendedAttributesOption.Mode extends Enum<ExtendedAttributesOption.Mode>
Enum Constant and Description |
---|
Metafile |
Native |
None
XAttrs preservation mode.
|
Modifier and Type | Field and Description |
---|---|
static ExtendedAttributesOption.Mode |
DEFAULT
The default value.
|
Modifier and Type | Method and Description |
---|---|
String |
getCommandLineOption() |
String |
toString() |
static ExtendedAttributesOption.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtendedAttributesOption.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtendedAttributesOption.Mode None
public static final ExtendedAttributesOption.Mode Native
public static final ExtendedAttributesOption.Mode Metafile
public static final ExtendedAttributesOption.Mode DEFAULT
public static ExtendedAttributesOption.Mode[] values()
for (ExtendedAttributesOption.Mode c : ExtendedAttributesOption.Mode.values()) System.out.println(c);
public static ExtendedAttributesOption.Mode 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 String getCommandLineOption()
public String toString()
toString
in class Enum<ExtendedAttributesOption.Mode>
Copyright © 2017 Aspera Inc.. All rights reserved.