public static enum Constants.CheckDuplicityLevel extends Enum<Constants.CheckDuplicityLevel>
Modifier and Type | Method and Description |
---|---|
static Constants.CheckDuplicityLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.CheckDuplicityLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.CheckDuplicityLevel DOCUMENT
public static final Constants.CheckDuplicityLevel PARAGRAPH
public static final Constants.CheckDuplicityLevel SENTENCE
public static Constants.CheckDuplicityLevel[] values()
for (Constants.CheckDuplicityLevel c : Constants.CheckDuplicityLevel.values()) System.out.println(c);
public static Constants.CheckDuplicityLevel 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 © 2016 Egothor. All Rights Reserved.