| Package | Description |
|---|---|
| io.syndesis.common.model |
| Modifier and Type | Method and Description |
|---|---|
Dependency.Type |
Dependency.getType()
The dependency type;
|
static Dependency.Type |
Dependency.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dependency.Type[] |
Dependency.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Dependency |
Dependency.from(Dependency.Type type,
String id) |
default boolean |
Dependency.isOfType(Dependency.Type type) |
Copyright © 2016–2019 Red Hat. All rights reserved.