public static enum BuiltInSuggestable.Name extends Enum<BuiltInSuggestable.Name>
Enum Constant and Description |
---|
CUSTOM |
INCOMING_SCHEMA_ENTRY_NAMES |
Modifier and Type | Method and Description |
---|---|
static BuiltInSuggestable.Name |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuiltInSuggestable.Name[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuiltInSuggestable.Name CUSTOM
public static final BuiltInSuggestable.Name INCOMING_SCHEMA_ENTRY_NAMES
public static BuiltInSuggestable.Name[] values()
for (BuiltInSuggestable.Name c : BuiltInSuggestable.Name.values()) System.out.println(c);
public static BuiltInSuggestable.Name 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 null1.1.17-SNAPSHOT - Copyright © 2019 Talend Component Kit Documentation