public enum LCIMMessageQueryDirection extends Enum<LCIMMessageQueryDirection>
Enum Constant and Description |
---|
DirectionFromNewToOld |
DirectionFromOldToNew |
DirectionUnknown |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
String |
getDescription() |
static LCIMMessageQueryDirection |
parseFromCode(int code) |
static LCIMMessageQueryDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LCIMMessageQueryDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LCIMMessageQueryDirection DirectionUnknown
public static final LCIMMessageQueryDirection DirectionFromNewToOld
public static final LCIMMessageQueryDirection DirectionFromOldToNew
public static LCIMMessageQueryDirection[] values()
for (LCIMMessageQueryDirection c : LCIMMessageQueryDirection.values()) System.out.println(c);
public static LCIMMessageQueryDirection 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 int getCode()
public String getDescription()
public static LCIMMessageQueryDirection parseFromCode(int code)
Copyright © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.