| Package | Description |
|---|---|
| org.kie.workbench.common.dmn.client.widgets.codecompletion.feel |
| Modifier and Type | Method and Description |
|---|---|
CompletionItemKind |
Candidate.getKind() |
static CompletionItemKind |
CompletionItemKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompletionItemKind[] |
CompletionItemKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Candidate(String text,
CompletionItemKind kind) |
Candidate(String label,
String insertText,
CompletionItemKind kind) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.