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