public static enum TimexTreeAnnotator.MatchType extends java.lang.Enum<TimexTreeAnnotator.MatchType>
| Enum Constant and Description |
|---|
ExactMatch |
SmallestEnclosing |
| Modifier and Type | Method and Description |
|---|---|
static TimexTreeAnnotator.MatchType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TimexTreeAnnotator.MatchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimexTreeAnnotator.MatchType ExactMatch
public static final TimexTreeAnnotator.MatchType SmallestEnclosing
public static TimexTreeAnnotator.MatchType[] values()
for (TimexTreeAnnotator.MatchType c : TimexTreeAnnotator.MatchType.values()) System.out.println(c);
public static TimexTreeAnnotator.MatchType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null