| Package | Description |
|---|---|
| org.eclipse.ocl.helper |
Definition of the OCL Helper API for syntax completion support and a simplified
parsing model for embedded OCL constraints and expressions.
|
| org.eclipse.ocl.internal.helper |
| Modifier and Type | Method and Description |
|---|---|
ChoiceKind |
Choice.getKind()
Queries the kind of syntax completion suggestion that I am.
|
static ChoiceKind |
ChoiceKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChoiceKind[] |
ChoiceKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected Choice |
OCLSyntaxHelper.createChoice(String name,
String description,
ChoiceKind kind,
Object element) |
Copyright © 2015 Open eHealth Foundation. All rights reserved.