public static enum GrepMain.Output extends Enum<GrepMain.Output>
| Enum Constant and Description |
|---|
FULLVALUE |
KEY |
KEYANDFULLVALUE |
KEYANDVALUE |
PATH |
PATHANDFULLVALUE |
PATHANDVALUE |
VALUE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
needsObject() |
static GrepMain.Output |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrepMain.Output[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GrepMain.Output PATHANDVALUE
public static final GrepMain.Output PATHANDFULLVALUE
public static final GrepMain.Output KEYANDVALUE
public static final GrepMain.Output KEYANDFULLVALUE
public static final GrepMain.Output PATH
public static final GrepMain.Output KEY
public static final GrepMain.Output VALUE
public static final GrepMain.Output FULLVALUE
public static GrepMain.Output[] values()
for (GrepMain.Output c : GrepMain.Output.values()) System.out.println(c);
public static GrepMain.Output 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 boolean needsObject()
Copyright © 2017. All rights reserved.