public enum EXTENDED_STORAGE_PUT_STATISTICS_MODE extends Enum<EXTENDED_STORAGE_PUT_STATISTICS_MODE> implements com4j.ComEnum
Enum Constant and Description |
---|
CIENT_FILES_ONLY
The value of this constant is 1
|
FILES_FOR_MOVE
The value of this constant is 4
|
NO_STATISTICS
The value of this constant is 0
|
SERVER_FILES_ONLY
The value of this constant is 2
|
Modifier and Type | Method and Description |
---|---|
int |
comEnumValue() |
static EXTENDED_STORAGE_PUT_STATISTICS_MODE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EXTENDED_STORAGE_PUT_STATISTICS_MODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EXTENDED_STORAGE_PUT_STATISTICS_MODE NO_STATISTICS
The value of this constant is 0
public static final EXTENDED_STORAGE_PUT_STATISTICS_MODE CIENT_FILES_ONLY
The value of this constant is 1
public static final EXTENDED_STORAGE_PUT_STATISTICS_MODE SERVER_FILES_ONLY
The value of this constant is 2
public static final EXTENDED_STORAGE_PUT_STATISTICS_MODE FILES_FOR_MOVE
The value of this constant is 4
public static EXTENDED_STORAGE_PUT_STATISTICS_MODE[] values()
for (EXTENDED_STORAGE_PUT_STATISTICS_MODE c : EXTENDED_STORAGE_PUT_STATISTICS_MODE.values()) System.out.println(c);
public static EXTENDED_STORAGE_PUT_STATISTICS_MODE 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.