@Deprecated public static enum OdsFactory.FileState extends Enum<OdsFactory.FileState>
| Enum Constant and Description |
|---|
FILE_EXISTS
Deprecated.
the file already exists
|
IS_DIRECTORY
Deprecated.
the file is a directory
|
OK
Deprecated.
the file may be written
|
| Modifier and Type | Method and Description |
|---|---|
static OdsFactory.FileState |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static OdsFactory.FileState[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OdsFactory.FileState IS_DIRECTORY
public static final OdsFactory.FileState FILE_EXISTS
public static final OdsFactory.FileState OK
public static OdsFactory.FileState[] values()
for (OdsFactory.FileState c : OdsFactory.FileState.values()) System.out.println(c);
public static OdsFactory.FileState 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–2021. All rights reserved.