Uses of Class
org.eclipse.lemminx.settings.QuoteStyle
-
Packages that use QuoteStyle Package Description org.eclipse.lemminx.settings -
-
Uses of QuoteStyle in org.eclipse.lemminx.settings
Fields in org.eclipse.lemminx.settings declared as QuoteStyle Modifier and Type Field Description static QuoteStyleXMLPreferences. DEFAULT_QUOTE_STYLEMethods in org.eclipse.lemminx.settings that return QuoteStyle Modifier and Type Method Description QuoteStyleXMLPreferences. getQuoteStyle()Returns the quote stylestatic QuoteStyleQuoteStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static QuoteStyle[]QuoteStyle. 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 QuoteStyle Modifier and Type Method Description voidXMLPreferences. setQuoteStyle(QuoteStyle quoteStyle)Sets the quote style
-