| Package | Description |
|---|---|
| org.eclipse.modisco.infra.discovery.catalog |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<DirectionKind> |
DirectionKind.VALUES
A public read-only list of all the 'Direction Kind' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static DirectionKind |
DirectionKind.get(int value)
Returns the 'Direction Kind' literal with the specified integer value.
|
static DirectionKind |
DirectionKind.get(java.lang.String literal)
Returns the 'Direction Kind' literal with the specified literal value.
|
static DirectionKind |
DirectionKind.getByName(java.lang.String name)
Returns the 'Direction Kind' literal with the specified name.
|
DirectionKind |
DiscovererParameter.getDirection()
Returns the value of the 'Direction' attribute.
|
static DirectionKind |
DirectionKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DirectionKind[] |
DirectionKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DiscovererParameter.setDirection(DirectionKind value)
Sets the value of the '
Direction' attribute. |