public static enum RequestPacket.TRANSFERMODE extends Enum<RequestPacket.TRANSFERMODE>
Enum Constant and Description |
---|
RECVMD5MODE |
RECVMD5THROUGHMODE |
RECVMODE |
RECVTHROUGHMODE |
SENDMD5MODE |
SENDMD5THROUGHMODE |
SENDMODE |
SENDTHROUGHMODE |
UNKNOWNMODE |
Modifier and Type | Method and Description |
---|---|
static RequestPacket.TRANSFERMODE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestPacket.TRANSFERMODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestPacket.TRANSFERMODE UNKNOWNMODE
public static final RequestPacket.TRANSFERMODE SENDMODE
public static final RequestPacket.TRANSFERMODE RECVMODE
public static final RequestPacket.TRANSFERMODE SENDMD5MODE
public static final RequestPacket.TRANSFERMODE RECVMD5MODE
public static final RequestPacket.TRANSFERMODE SENDTHROUGHMODE
public static final RequestPacket.TRANSFERMODE RECVTHROUGHMODE
public static final RequestPacket.TRANSFERMODE SENDMD5THROUGHMODE
public static final RequestPacket.TRANSFERMODE RECVMD5THROUGHMODE
public static RequestPacket.TRANSFERMODE[] values()
for (RequestPacket.TRANSFERMODE c : RequestPacket.TRANSFERMODE.values()) System.out.println(c);
public static RequestPacket.TRANSFERMODE 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 nullCopyright © 2009–2020 Waarp. All rights reserved.