public static final class UnlinkCommand.DestinationState extends Object
unlink command, reached after
specifying the key, source, and destination record.| Modifier and Type | Method and Description |
|---|---|
String |
ccl()
Return a CCL string equivalent to this
Command. |
long |
destination()
Return the destination record for this command.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
key()
Return the link key for this command.
|
long |
source()
Return the source record for this command.
|
String |
toString() |
public String key()
public long source()
public long destination()
public String ccl()
CommandCommand.