|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DirectionKind | |
---|---|
org.eclipse.modisco.infra.discovery.catalog |
Uses of DirectionKind in org.eclipse.modisco.infra.discovery.catalog |
---|
Fields in org.eclipse.modisco.infra.discovery.catalog with type parameters of type DirectionKind | |
---|---|
static java.util.List<DirectionKind> |
DirectionKind.VALUES
A public read-only list of all the 'Direction Kind' enumerators. |
Methods in org.eclipse.modisco.infra.discovery.catalog that return DirectionKind | |
---|---|
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're declared. |
Methods in org.eclipse.modisco.infra.discovery.catalog with parameters of type DirectionKind | |
---|---|
void |
DiscovererParameter.setDirection(DirectionKind value)
Sets the value of the ' Direction ' attribute. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |