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