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