protected static enum RequestPacket.FIELDS extends Enum<RequestPacket.FIELDS>
Enum Constant and Description |
---|
block |
code |
filename |
id |
length |
limit |
mode |
rank |
rule |
Modifier and Type | Method and Description |
---|---|
static RequestPacket.FIELDS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestPacket.FIELDS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestPacket.FIELDS rule
public static final RequestPacket.FIELDS mode
public static final RequestPacket.FIELDS filename
public static final RequestPacket.FIELDS block
public static final RequestPacket.FIELDS rank
public static final RequestPacket.FIELDS id
public static final RequestPacket.FIELDS code
public static final RequestPacket.FIELDS length
public static final RequestPacket.FIELDS limit
public static RequestPacket.FIELDS[] values()
for (RequestPacket.FIELDS c : RequestPacket.FIELDS.values()) System.out.println(c);
public static RequestPacket.FIELDS 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.