public static enum HitPropertyContextWords.ContextStart extends Enum<HitPropertyContextWords.ContextStart>
Enum Constant and Description |
---|
HIT_TEXT_FROM_END |
HIT_TEXT_FROM_START |
LEFT_OF_HIT |
RIGHT_OF_HIT |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static HitPropertyContextWords.ContextStart |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HitPropertyContextWords.ContextStart[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HitPropertyContextWords.ContextStart LEFT_OF_HIT
public static final HitPropertyContextWords.ContextStart HIT_TEXT_FROM_START
public static final HitPropertyContextWords.ContextStart HIT_TEXT_FROM_END
public static final HitPropertyContextWords.ContextStart RIGHT_OF_HIT
public static HitPropertyContextWords.ContextStart[] values()
for (HitPropertyContextWords.ContextStart c : HitPropertyContextWords.ContextStart.values()) System.out.println(c);
public static HitPropertyContextWords.ContextStart 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 String toString()
toString
in class Enum<HitPropertyContextWords.ContextStart>
Copyright © 2020 Instituut voor Nederlandse Taal (INT). All rights reserved.