Class MonikerKind


  • public final class MonikerKind
    extends java.lang.Object
    The moniker kind.

    Since 3.16.0

    • Field Summary

      Fields 
      Modifier and Type Field 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Import

        public static final java.lang.String Import
        The moniker represents a symbol that is imported into a project
        See Also:
        Constant Field Values
      • Export

        public static final java.lang.String Export
        The moniker represents a symbol that is exported from a project
        See Also:
        Constant Field Values
      • Local

        public static final java.lang.String Local
        The moniker represents a symbol that is local to a project (e.g. a local variable of a function, a class not visible outside the project, ...)
        See Also:
        Constant Field Values