Package org.eclipse.lsp4j
Class UniquenessLevel
- java.lang.Object
-
- org.eclipse.lsp4j.UniquenessLevel
-
public final class UniquenessLevel extends java.lang.ObjectMoniker uniqueness level to define scope of the moniker.Since 3.16.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDocumentThe moniker is only unique inside a documentstatic java.lang.StringGlobalThe moniker is globally uniquestatic java.lang.StringGroupThe moniker is unique inside the group to which a project belongsstatic java.lang.StringProjectThe moniker is unique inside a project for which a dump got createdstatic java.lang.StringSchemeThe moniker is unique inside the moniker scheme.
-
-
-
Field Detail
-
Document
public static final java.lang.String Document
The moniker is only unique inside a document- See Also:
- Constant Field Values
-
Project
public static final java.lang.String Project
The moniker is unique inside a project for which a dump got created- See Also:
- Constant Field Values
-
Group
public static final java.lang.String Group
The moniker is unique inside the group to which a project belongs- See Also:
- Constant Field Values
-
Scheme
public static final java.lang.String Scheme
The moniker is unique inside the moniker scheme.- See Also:
- Constant Field Values
-
Global
public static final java.lang.String Global
The moniker is globally unique- See Also:
- Constant Field Values
-
-