Uses of Class
org.talend.sdk.component.api.configuration.action.BuiltInSuggestable.Name
-
Packages that use BuiltInSuggestable.Name Package Description org.talend.sdk.component.api.configuration.action -
-
Uses of BuiltInSuggestable.Name in org.talend.sdk.component.api.configuration.action
Methods in org.talend.sdk.component.api.configuration.action that return BuiltInSuggestable.Name Modifier and Type Method Description BuiltInSuggestable.Name
value()
static BuiltInSuggestable.Name
BuiltInSuggestable.Name. valueOf(String name)
Returns the enum constant of this type with the specified name.static BuiltInSuggestable.Name[]
BuiltInSuggestable.Name. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-