Uses of Class
org.eclipse.lemminx.extensions.references.search.SearchNode.ValidationStatus
-
Packages that use SearchNode.ValidationStatus Package Description org.eclipse.lemminx.extensions.references.search -
-
Uses of SearchNode.ValidationStatus in org.eclipse.lemminx.extensions.references.search
Methods in org.eclipse.lemminx.extensions.references.search that return SearchNode.ValidationStatus Modifier and Type Method Description SearchNode.ValidationStatusSearchNode. getValidationStatus()Returns the validation status of the search node.static SearchNode.ValidationStatusSearchNode.ValidationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchNode.ValidationStatus[]SearchNode.ValidationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-