public enum ParserEventTypeEnum extends Enum<ParserEventTypeEnum>
| Enum Constant and Description | 
|---|
ATTACH  | 
BUILD  | 
CHECK  | 
CHUNK
Deprecated.  
 | 
TAG
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ParserEventTypeEnum | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ParserEventTypeEnum[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ParserEventTypeEnum BUILD
public static final ParserEventTypeEnum CHECK
@Deprecated public static final ParserEventTypeEnum CHUNK
@Deprecated public static final ParserEventTypeEnum TAG
public static final ParserEventTypeEnum ATTACH
public static ParserEventTypeEnum[] values()
for (ParserEventTypeEnum c : ParserEventTypeEnum.values()) System.out.println(c);
public static ParserEventTypeEnum 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 © 2017 The Apache Software Foundation. All rights reserved.