| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.code |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<CallableKind> |
CallableKind.VALUES
A public read-only list of all the 'Callable Kind' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static CallableKind |
CallableKind.get(int value)
Returns the 'Callable Kind' literal with the specified integer value.
|
static CallableKind |
CallableKind.get(java.lang.String literal)
Returns the 'Callable Kind' literal with the specified literal value.
|
static CallableKind |
CallableKind.getByName(java.lang.String name)
Returns the 'Callable Kind' literal with the specified name.
|
CallableKind |
CallableUnit.getKind()
Returns the value of the 'Kind' attribute.
|
static CallableKind |
CallableKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CallableKind[] |
CallableKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CallableUnit.setKind(CallableKind value)
Sets the value of the '
Kind' attribute. |