public static enum NdnRegexMatcherBase.NdnRegexExprType extends Enum<NdnRegexMatcherBase.NdnRegexExprType>
| Enum Constant and Description |
|---|
BACKREF |
COMPONENT |
COMPONENT_SET |
PATTERN_LIST |
PSEUDO |
REPEAT_PATTERN |
TOP |
| Modifier and Type | Method and Description |
|---|---|
static NdnRegexMatcherBase.NdnRegexExprType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NdnRegexMatcherBase.NdnRegexExprType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NdnRegexMatcherBase.NdnRegexExprType TOP
public static final NdnRegexMatcherBase.NdnRegexExprType PATTERN_LIST
public static final NdnRegexMatcherBase.NdnRegexExprType REPEAT_PATTERN
public static final NdnRegexMatcherBase.NdnRegexExprType BACKREF
public static final NdnRegexMatcherBase.NdnRegexExprType COMPONENT_SET
public static final NdnRegexMatcherBase.NdnRegexExprType COMPONENT
public static final NdnRegexMatcherBase.NdnRegexExprType PSEUDO
public static NdnRegexMatcherBase.NdnRegexExprType[] values()
for (NdnRegexMatcherBase.NdnRegexExprType c : NdnRegexMatcherBase.NdnRegexExprType.values()) System.out.println(c);
public static NdnRegexMatcherBase.NdnRegexExprType 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 © 2019. All rights reserved.