public enum LanguageSaturationType extends Enum<LanguageSaturationType>
Enum Constant and Description |
---|
LANGUAGE |
LINK |
NA |
STRING |
TRANSLATION |
Modifier and Type | Method and Description |
---|---|
boolean |
isTaggedLiteral() |
double |
value() |
static LanguageSaturationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LanguageSaturationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LanguageSaturationType NA
public static final LanguageSaturationType STRING
public static final LanguageSaturationType LANGUAGE
public static final LanguageSaturationType TRANSLATION
public static final LanguageSaturationType LINK
public static LanguageSaturationType[] values()
for (LanguageSaturationType c : LanguageSaturationType.values()) System.out.println(c);
public static LanguageSaturationType 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 boolean isTaggedLiteral()
public double value()
Copyright © 2020. All rights reserved.