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