public enum MdPattern extends Enum<MdPattern>
| Enum Constant and Description |
|---|
COMMENT |
COVERS |
COVERS_REF |
DEPENDS |
DEPENDS_REF |
DESCRIPTION |
EMPTY |
EVERYTHING |
FORWARD |
ID |
NEEDS |
NEEDS_INT |
NEEDS_REF |
NOT_EMPTY |
RATIONALE |
STATUS |
TAG_ENTRY |
TAGS |
TAGS_INT |
TITLE |
| Modifier and Type | Method and Description |
|---|---|
Pattern |
getPattern()
Get the regular expression pattern object
|
static MdPattern |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MdPattern[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MdPattern COMMENT
public static final MdPattern COVERS
public static final MdPattern COVERS_REF
public static final MdPattern DEPENDS
public static final MdPattern DEPENDS_REF
public static final MdPattern DESCRIPTION
public static final MdPattern EMPTY
public static final MdPattern EVERYTHING
public static final MdPattern FORWARD
public static final MdPattern ID
public static final MdPattern NEEDS_INT
public static final MdPattern NEEDS
public static final MdPattern NEEDS_REF
public static final MdPattern NOT_EMPTY
public static final MdPattern RATIONALE
public static final MdPattern STATUS
public static final MdPattern TAGS_INT
public static final MdPattern TAGS
public static final MdPattern TAG_ENTRY
public static final MdPattern TITLE
public static MdPattern[] values()
for (MdPattern c : MdPattern.values()) System.out.println(c);
public static MdPattern 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 Pattern getPattern()
Copyright © 2019. All rights reserved.