public interface TablePath
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
The table identifier
|
java.util.Set<? extends KeyMapping> |
getInputMapping()
A List of input key redirections.
|
java.util.Set<? extends KeyMapping> |
getOutputMapping()
A List of output key redirections.
|
java.lang.String getId()
java.util.Set<? extends KeyMapping> getInputMapping()
java.util.Set<? extends KeyMapping> getOutputMapping()