public static enum R66Result._Fields extends Enum<R66Result._Fields>
Enum Constant and Description |
---|
ACTION |
BLOCKSIZE |
CODE |
DESTUID |
FILE |
FROMUID |
GLOBALLASTSTEP |
GLOBALSTEP |
ISMOVED |
MODE |
MODETRANSFER |
ORIGINALFILENAME |
RANK |
RESULTINFO |
RETRIEVEMODE |
RULE |
START |
STEP |
STOP |
TID |
Modifier and Type | Method and Description |
---|---|
static R66Result._Fields |
findByName(String name)
Find the _Fields constant that matches name, or null if its not
found.
|
static R66Result._Fields |
findByThriftId(int fieldId)
Find the _Fields constant that matches fieldId, or null if its not
found.
|
static R66Result._Fields |
findByThriftIdOrThrow(int fieldId)
Find the _Fields constant that matches fieldId, throwing an exception
if
it is not found.
|
String |
getFieldName() |
short |
getThriftFieldId() |
static R66Result._Fields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static R66Result._Fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final R66Result._Fields MODE
RequestMode
public static final R66Result._Fields FROMUID
public static final R66Result._Fields DESTUID
public static final R66Result._Fields FILE
public static final R66Result._Fields RULE
public static final R66Result._Fields TID
public static final R66Result._Fields ACTION
Action
public static final R66Result._Fields CODE
ErrorCode
public static final R66Result._Fields RESULTINFO
public static final R66Result._Fields GLOBALSTEP
public static final R66Result._Fields GLOBALLASTSTEP
public static final R66Result._Fields STEP
public static final R66Result._Fields RANK
public static final R66Result._Fields RETRIEVEMODE
public static final R66Result._Fields ISMOVED
public static final R66Result._Fields ORIGINALFILENAME
public static final R66Result._Fields BLOCKSIZE
public static final R66Result._Fields MODETRANSFER
public static final R66Result._Fields START
public static final R66Result._Fields STOP
public static R66Result._Fields[] values()
for (R66Result._Fields c : R66Result._Fields.values()) System.out.println(c);
public static R66Result._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 nullpublic static R66Result._Fields findByThriftId(int fieldId)
public static R66Result._Fields findByThriftIdOrThrow(int fieldId)
public static R66Result._Fields findByName(String name)
public short getThriftFieldId()
public String getFieldName()
Copyright © 2009–2020 Waarp. All rights reserved.