IItemMetadatapublic interface IItemMetadata
Fields Summary |
---|
int | TYPE_ID_ALL | int | TYPE_ID_PACKAGE | int | TYPE_ID_SRCFILE | int | TYPE_ID_CLASS | int | TYPE_ID_METHOD |
Methods Summary |
---|
public 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.
| public int | getTypeID()
| public java.lang.String | getTypeName()
|
|