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