public enum SupportEventTypeAssertionEnum extends Enum<SupportEventTypeAssertionEnum>
Modifier and Type | Class and Description |
---|---|
static interface |
SupportEventTypeAssertionEnum.Extractor |
Enum Constant and Description |
---|
FRAGEMENT_TYPE_NAME |
FRAGMENT_IS_INDEXED |
NAME |
TYPE |
Modifier and Type | Method and Description |
---|---|
SupportEventTypeAssertionEnum.Extractor |
getExtractor() |
static SupportEventTypeAssertionEnum[] |
getSetWithFragment() |
static SupportEventTypeAssertionEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupportEventTypeAssertionEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SupportEventTypeAssertionEnum NAME
public static final SupportEventTypeAssertionEnum TYPE
public static final SupportEventTypeAssertionEnum FRAGEMENT_TYPE_NAME
public static final SupportEventTypeAssertionEnum FRAGMENT_IS_INDEXED
public static SupportEventTypeAssertionEnum[] values()
for (SupportEventTypeAssertionEnum c : SupportEventTypeAssertionEnum.values()) System.out.println(c);
public static SupportEventTypeAssertionEnum 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 SupportEventTypeAssertionEnum.Extractor getExtractor()
public static SupportEventTypeAssertionEnum[] getSetWithFragment()
Copyright © 2005–2018. All rights reserved.