protected static enum ParameterHolderMatcher.MatchBy extends Enum<ParameterHolderMatcher.MatchBy>
| Modifier and Type | Method and Description |
|---|---|
static ParameterHolderMatcher.MatchBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterHolderMatcher.MatchBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParameterHolderMatcher.MatchBy INDEX
public static final ParameterHolderMatcher.MatchBy NAME
public static final ParameterHolderMatcher.MatchBy OUTPARAM
public static ParameterHolderMatcher.MatchBy[] values()
for (ParameterHolderMatcher.MatchBy c : ParameterHolderMatcher.MatchBy.values()) System.out.println(c);
public static ParameterHolderMatcher.MatchBy 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. All rights reserved.