public static enum TableReference.Direction extends Enum<TableReference.Direction>
| Modifier and Type | Method and Description |
|---|---|
abstract TableReference.Edge |
getSourceEdge(TableReference dependency) |
abstract TableReference.Edge |
getTargetEdge(TableReference dependency) |
static TableReference.Direction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableReference.Direction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableReference.Direction NATURAL
public static final TableReference.Direction REVERSED
public static TableReference.Direction[] values()
for (TableReference.Direction c : TableReference.Direction.values()) System.out.println(c);
public static TableReference.Direction valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic abstract TableReference.Edge getSourceEdge(TableReference dependency)
public abstract TableReference.Edge getTargetEdge(TableReference dependency)
Copyright © 2011–2023 Link Intersystems GmbH. All rights reserved.