public final class MonikerKind
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
Export
The moniker represents a symbol that is exported from a project
|
static java.lang.String |
Import
The moniker represents a symbol that is imported into a project
|
static java.lang.String |
Local
The moniker represents a symbol that is local to a project (e.g.
|
public static final java.lang.String Import
public static final java.lang.String Export
public static final java.lang.String Local