public interface IItemMetadata
Modifier and Type | Interface and Description |
---|---|
static class |
IItemMetadata.Factory |
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_ID_ALL |
static int |
TYPE_ID_CLASS |
static int |
TYPE_ID_METHOD |
static int |
TYPE_ID_PACKAGE |
static int |
TYPE_ID_SRCFILE |
Modifier and Type | Method and Description |
---|---|
long |
getAttributeIDs()
Using a long is only ok for less than 64 global attributes, but this limit
seems ok for a long time to come.
|
int |
getTypeID() |
java.lang.String |
getTypeName() |
static final int TYPE_ID_ALL
static final int TYPE_ID_PACKAGE
static final int TYPE_ID_SRCFILE
static final int TYPE_ID_CLASS
static final int TYPE_ID_METHOD