public static enum AnnotationForwardIndex.CollatorVersion extends Enum<AnnotationForwardIndex.CollatorVersion>
Modifier and Type | Method and Description |
---|---|
static AnnotationForwardIndex.CollatorVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationForwardIndex.CollatorVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnotationForwardIndex.CollatorVersion V1
public static final AnnotationForwardIndex.CollatorVersion V2
public static AnnotationForwardIndex.CollatorVersion[] values()
for (AnnotationForwardIndex.CollatorVersion c : AnnotationForwardIndex.CollatorVersion.values()) System.out.println(c);
public static AnnotationForwardIndex.CollatorVersion 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.