public interface TraceKey
Modifier and Type | Field and Description |
---|---|
static java.util.Vector<TraceKey> |
INDEX_TO_KEY |
static java.util.concurrent.atomic.AtomicInteger |
NEXT_INDEX |
Modifier and Type | Method and Description |
---|---|
int |
index()
Return a unique invariant int for each object that implements this interface.
|
static java.util.Iterator<TraceKey> |
iterator() |
java.lang.String |
keyName() |
static int |
maxIndex() |
default java.lang.String |
namespace() |
static int |
nextIndex() |
default java.lang.String |
propertyName() |
static void |
register(TraceKey k) |
default java.lang.String |
xmlAttributeName() |
static final java.util.concurrent.atomic.AtomicInteger NEXT_INDEX
static final java.util.Vector<TraceKey> INDEX_TO_KEY
static int nextIndex()
static int maxIndex()
static void register(TraceKey k)
static java.util.Iterator<TraceKey> iterator()
int index()
nextIndex()
.java.lang.String keyName()
default java.lang.String namespace()
default java.lang.String propertyName()
default java.lang.String xmlAttributeName()