public static enum SurroundWithCommand.SurroundWithKind extends Enum<SurroundWithCommand.SurroundWithKind>
| Modifier and Type | Method and Description |
|---|---|
static SurroundWithCommand.SurroundWithKind |
get(String kind) |
static SurroundWithCommand.SurroundWithKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SurroundWithCommand.SurroundWithKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SurroundWithCommand.SurroundWithKind tags
public static final SurroundWithCommand.SurroundWithKind comments
public static final SurroundWithCommand.SurroundWithKind cdata
public static SurroundWithCommand.SurroundWithKind[] values()
for (SurroundWithCommand.SurroundWithKind c : SurroundWithCommand.SurroundWithKind.values()) System.out.println(c);
public static SurroundWithCommand.SurroundWithKind 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 static SurroundWithCommand.SurroundWithKind get(String kind)
Copyright © 2024. All rights reserved.