public abstract class AbstractMergerToken extends Object implements MergerToken
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractMergerToken(String tokenName,
int sortingWeight) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(MergerToken o) |
int |
getSortingWeight() |
String |
getTokenName() |
boolean |
isEmpty() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateReverse, execute, getDirection, getTokenValueprotected AbstractMergerToken(String tokenName, int sortingWeight)
public final String getTokenName()
getTokenName in interface MergerTokenpublic int getSortingWeight()
getSortingWeight in interface MergerTokenpublic int compareTo(MergerToken o)
compareTo in interface Comparable<MergerToken>public boolean isEmpty()
isEmpty in interface MergerTokenCopyright © 2001–2019 Apache Cayenne. All rights reserved.