@Generated(value="OracleSDKGenerator", comments="API Version: 20220125") public enum DocumentLanguage extends Enum<DocumentLanguage> implements BmcEnum
The language of the document, abbreviated according to ISO 639-2.
Enum Constant and Description |
---|
Ara |
Ces |
ChiSim |
Dan |
Deu |
Ell |
Eng |
Fin |
Fra |
Hin |
Hun |
Ita |
Jpn |
Kor |
Nld |
Nor |
Others |
Pol |
Por |
Ron |
Rus |
Slk |
Spa |
Swe |
Tur |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static DocumentLanguage |
create(String key) |
String |
getValue() |
static DocumentLanguage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentLanguage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentLanguage Eng
public static final DocumentLanguage Ces
public static final DocumentLanguage Dan
public static final DocumentLanguage Nld
public static final DocumentLanguage Fin
public static final DocumentLanguage Fra
public static final DocumentLanguage Deu
public static final DocumentLanguage Ell
public static final DocumentLanguage Hun
public static final DocumentLanguage Ita
public static final DocumentLanguage Nor
public static final DocumentLanguage Pol
public static final DocumentLanguage Por
public static final DocumentLanguage Ron
public static final DocumentLanguage Rus
public static final DocumentLanguage Slk
public static final DocumentLanguage Spa
public static final DocumentLanguage Swe
public static final DocumentLanguage Tur
public static final DocumentLanguage Ara
public static final DocumentLanguage ChiSim
public static final DocumentLanguage Hin
public static final DocumentLanguage Jpn
public static final DocumentLanguage Kor
public static final DocumentLanguage Others
public static final DocumentLanguage UnknownEnumValue
public static DocumentLanguage[] values()
for (DocumentLanguage c : DocumentLanguage.values()) System.out.println(c);
public static DocumentLanguage 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 static DocumentLanguage create(String key)
Copyright © 2016–2024. All rights reserved.