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