public static enum Enums.SecureTransferModes extends Enum<Enums.SecureTransferModes>
Enum Constant and Description |
---|
AllFiles
All files
|
Images
IMages
|
Office
Office
|
Other
Other
|
Pdf
Pdf
|
Modifier and Type | Method and Description |
---|---|
int |
value() |
static Enums.SecureTransferModes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Enums.SecureTransferModes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Enums.SecureTransferModes AllFiles
public static final Enums.SecureTransferModes Office
public static final Enums.SecureTransferModes Pdf
public static final Enums.SecureTransferModes Images
public static final Enums.SecureTransferModes Other
public static Enums.SecureTransferModes[] values()
for (Enums.SecureTransferModes c : Enums.SecureTransferModes.values()) System.out.println(c);
public static Enums.SecureTransferModes 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 value()
Copyright © 2019. All rights reserved.