public static enum FileFormatInfo.Compatibility extends Enum<FileFormatInfo.Compatibility>
| Modifier and Type | Method and Description |
|---|---|
static FileFormatInfo.Compatibility |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileFormatInfo.Compatibility[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileFormatInfo.Compatibility NATIVE
public static final FileFormatInfo.Compatibility GENERIC
public static FileFormatInfo.Compatibility[] values()
for (FileFormatInfo.Compatibility c : FileFormatInfo.Compatibility.values()) System.out.println(c);
public static FileFormatInfo.Compatibility 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 © 2016. All rights reserved.