public enum TDAPI_EXSTOR_DELMODE extends Enum<TDAPI_EXSTOR_DELMODE> implements com4j.ComEnum
Extended Storage file deletion flags. These can be used individually or combined with bitwise OR.
Enum Constant and Description |
---|
TDOLE_DELETE_LOCAL
Delete local file(s).
|
TDOLE_DELETE_REMOTE
Delete remote file(s).
|
Modifier and Type | Method and Description |
---|---|
int |
comEnumValue() |
static TDAPI_EXSTOR_DELMODE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TDAPI_EXSTOR_DELMODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TDAPI_EXSTOR_DELMODE TDOLE_DELETE_LOCAL
Delete local file(s).
The value of this constant is 1
public static final TDAPI_EXSTOR_DELMODE TDOLE_DELETE_REMOTE
Delete remote file(s).
The value of this constant is 2
public static TDAPI_EXSTOR_DELMODE[] values()
for (TDAPI_EXSTOR_DELMODE c : TDAPI_EXSTOR_DELMODE.values()) System.out.println(c);
public static TDAPI_EXSTOR_DELMODE 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 int comEnumValue()
comEnumValue
in interface com4j.ComEnum
Copyright © 2020. All rights reserved.