public enum FileFormatCategory extends Enum<FileFormatCategory>
| Modifier and Type | Method and Description |
|---|---|
static FileFormatCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileFormatCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileFormatCategory CAD
public static final FileFormatCategory BIM
public static final FileFormatCategory Bitmap
public static final FileFormatCategory Vector
public static FileFormatCategory[] values()
for (FileFormatCategory c : FileFormatCategory.values()) System.out.println(c);
public static FileFormatCategory 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 (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.