public static enum Trigger.Protocol extends java.lang.Enum<Trigger.Protocol>
| Enum Constant and Description |
|---|
AS2 |
FTP |
HSP |
HTTP |
LCOPY |
RERECEIVE |
SSHFTP |
| Modifier and Type | Method and Description |
|---|---|
static Trigger.Protocol |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Trigger.Protocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Trigger.Protocol FTP
public static final Trigger.Protocol SSHFTP
public static final Trigger.Protocol LCOPY
public static final Trigger.Protocol HSP
public static final Trigger.Protocol AS2
public static final Trigger.Protocol HTTP
public static final Trigger.Protocol RERECEIVE
public static Trigger.Protocol[] values()
for (Trigger.Protocol c : Trigger.Protocol.values()) System.out.println(c);
public static Trigger.Protocol 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