| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.infra.discoverymanager | |
| org.eclipse.gmt.modisco.infra.discoverymanager.ui.launch.data |
| Modifier and Type | Method and Description |
|---|---|
DiscoveryParameterDirectionKind |
DiscoveryParameter.getParameterDirectionKind()
Deprecated.
|
DiscoveryParameterDirectionKind |
DiscoveryParameterImpl.getParameterDirectionKind()
Deprecated.
|
static DiscoveryParameterDirectionKind |
DiscoveryParameterDirectionKind.valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static DiscoveryParameterDirectionKind[] |
DiscoveryParameterDirectionKind.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DiscoveryParameterImpl.setParameterDirectionKind(DiscoveryParameterDirectionKind parameterDirectionKind)
Deprecated.
|
| Constructor and Description |
|---|
DiscoveryParameterImpl(java.lang.String name,
DiscoveryParameterDirectionKind parameterDirectionKind,
java.lang.Class<?> type,
boolean required)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DiscoveryParameterDirectionKind |
DiscoveryParameterDisplayImpl.getParameterDirectionKind()
Deprecated.
|