static enum CopyFiles.ParserState extends Enum<CopyFiles.ParserState>
| Enum Constant and Description |
|---|
AFTER_KEY_PATTERN |
IN_BLOCK |
IN_KEY_PATTERN |
START |
| Modifier and Type | Method and Description |
|---|---|
static CopyFiles.ParserState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CopyFiles.ParserState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CopyFiles.ParserState START
public static final CopyFiles.ParserState IN_KEY_PATTERN
public static final CopyFiles.ParserState AFTER_KEY_PATTERN
public static final CopyFiles.ParserState IN_BLOCK
public static CopyFiles.ParserState[] values()
for (CopyFiles.ParserState c : CopyFiles.ParserState.values()) System.out.println(c);
public static CopyFiles.ParserState 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 © 2007–2016 Gephi Consortium. All rights reserved.