public static enum ResizeDataFileDetails.FileType extends Enum<ResizeDataFileDetails.FileType> implements BmcEnum
Specifies whether the file is a data file or temp file.
Modifier and Type | Method and Description |
---|---|
static ResizeDataFileDetails.FileType |
create(String key) |
String |
getValue() |
static ResizeDataFileDetails.FileType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResizeDataFileDetails.FileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResizeDataFileDetails.FileType Datafile
public static final ResizeDataFileDetails.FileType Tempfile
public static ResizeDataFileDetails.FileType[] values()
for (ResizeDataFileDetails.FileType c : ResizeDataFileDetails.FileType.values()) System.out.println(c);
public static ResizeDataFileDetails.FileType 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 ResizeDataFileDetails.FileType create(String key)
Copyright © 2016–2025. All rights reserved.