public static enum IDfGenerationContext.Language extends java.lang.Enum<IDfGenerationContext.Language>
Modifier and Type | Method and Description |
---|---|
static IDfGenerationContext.Language |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IDfGenerationContext.Language[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IDfGenerationContext.Language DQL
public static final IDfGenerationContext.Language XQUERY
public static final IDfGenerationContext.Language EXTERNAL
public static IDfGenerationContext.Language[] values()
for (IDfGenerationContext.Language c : IDfGenerationContext.Language.values()) System.out.println(c);
public static IDfGenerationContext.Language valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright 1994-2023 OpenText Corporation. All rights reserved.