public static enum YamlCommentReader.ReadingQuoteStyle extends Enum<YamlCommentReader.ReadingQuoteStyle>
| Modifier and Type | Method and Description | 
|---|---|
| char | getChar() | 
| static YamlCommentReader.ReadingQuoteStyle | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static YamlCommentReader.ReadingQuoteStyle[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final YamlCommentReader.ReadingQuoteStyle NONE
public static final YamlCommentReader.ReadingQuoteStyle SINGLE
public static final YamlCommentReader.ReadingQuoteStyle DOUBLE
public static final YamlCommentReader.ReadingQuoteStyle LITERAL
public static YamlCommentReader.ReadingQuoteStyle[] values()
for (YamlCommentReader.ReadingQuoteStyle c : YamlCommentReader.ReadingQuoteStyle.values()) System.out.println(c);
public static YamlCommentReader.ReadingQuoteStyle valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic char getChar()
Copyright © 2023. All rights reserved.