public enum ESTORAGE_STATISTIC_FILE_STATUS extends Enum<ESTORAGE_STATISTIC_FILE_STATUS> implements com4j.ComEnum
| Enum Constant and Description | 
|---|
FILE_CHANGE
 The value of this constant is 4 
 | 
FILE_IN_CLIENT
 The value of this constant is 1 
 | 
FILE_IN_SERVER
 The value of this constant is 2 
 | 
FILE_MOVED
 The value of this constant is 8 
 | 
FILE_MOVING
 The value of this constant is 16 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
comEnumValue()  | 
static ESTORAGE_STATISTIC_FILE_STATUS | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ESTORAGE_STATISTIC_FILE_STATUS[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ESTORAGE_STATISTIC_FILE_STATUS FILE_IN_CLIENT
The value of this constant is 1
public static final ESTORAGE_STATISTIC_FILE_STATUS FILE_IN_SERVER
The value of this constant is 2
public static final ESTORAGE_STATISTIC_FILE_STATUS FILE_CHANGE
The value of this constant is 4
public static final ESTORAGE_STATISTIC_FILE_STATUS FILE_MOVED
The value of this constant is 8
public static final ESTORAGE_STATISTIC_FILE_STATUS FILE_MOVING
The value of this constant is 16
public static ESTORAGE_STATISTIC_FILE_STATUS[] values()
for (ESTORAGE_STATISTIC_FILE_STATUS c : ESTORAGE_STATISTIC_FILE_STATUS.values()) System.out.println(c);
public static ESTORAGE_STATISTIC_FILE_STATUS 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.ComEnumCopyright © 2020. All rights reserved.