Uses of Class
org.eclipse.lemminx.settings.EnforceQuoteStyle
-
Packages that use EnforceQuoteStyle Package Description org.eclipse.lemminx.settings -
-
Uses of EnforceQuoteStyle in org.eclipse.lemminx.settings
Fields in org.eclipse.lemminx.settings declared as EnforceQuoteStyle Modifier and Type Field Description static EnforceQuoteStyleXMLFormattingOptions. DEFAULT_ENFORCE_QUOTE_STYLEMethods in org.eclipse.lemminx.settings that return EnforceQuoteStyle Modifier and Type Method Description EnforceQuoteStyleXMLFormattingOptions. getEnforceQuoteStyle()static EnforceQuoteStyleEnforceQuoteStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static EnforceQuoteStyle[]EnforceQuoteStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.lemminx.settings with parameters of type EnforceQuoteStyle Modifier and Type Method Description voidXMLFormattingOptions. setEnforceQuoteStyle(EnforceQuoteStyle enforce)
-