| Package | Description |
|---|---|
| io.konig.core |
| Modifier and Type | Method and Description |
|---|---|
Term.Kind |
Term.getKind() |
static Term.Kind |
Term.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Term.Kind[] |
Term.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Term.setKind(Term.Kind kind) |
| Constructor and Description |
|---|
Term(String key,
String id,
Term.Kind kind) |
Copyright © 2019. All rights reserved.