public enum ApplicationGuardBlockFileTransferType extends java.lang.Enum<ApplicationGuardBlockFileTransferType>
| Enum Constant and Description |
|---|
BLOCK_IMAGE_AND_TEXT_FILE
block Image And Text File
|
BLOCK_IMAGE_FILE
block Image File
|
BLOCK_NONE
block None
|
BLOCK_TEXT_FILE
block Text File
|
NOT_CONFIGURED
not Configured
|
UNEXPECTED_VALUE
For ApplicationGuardBlockFileTransferType values that were not expected from the service
|
| Modifier and Type | Method and Description |
|---|---|
static ApplicationGuardBlockFileTransferType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationGuardBlockFileTransferType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplicationGuardBlockFileTransferType NOT_CONFIGURED
public static final ApplicationGuardBlockFileTransferType BLOCK_IMAGE_AND_TEXT_FILE
public static final ApplicationGuardBlockFileTransferType BLOCK_IMAGE_FILE
public static final ApplicationGuardBlockFileTransferType BLOCK_NONE
public static final ApplicationGuardBlockFileTransferType BLOCK_TEXT_FILE
public static final ApplicationGuardBlockFileTransferType UNEXPECTED_VALUE
public static ApplicationGuardBlockFileTransferType[] values()
for (ApplicationGuardBlockFileTransferType c : ApplicationGuardBlockFileTransferType.values()) System.out.println(c);
public static ApplicationGuardBlockFileTransferType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null