public enum NTerminalModeOp extends Enum<NTerminalModeOp> implements NEnum
| Enum Constant and Description |
|---|
ESCAPE |
FILTER |
FORMAT |
NOP |
UNESCAPE |
| Modifier and Type | Method and Description |
|---|---|
String |
id() |
NTerminalMode |
in() |
NTerminalMode |
out() |
static NOptional<NTerminalMode> |
parse(String value) |
static NTerminalModeOp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NTerminalModeOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NTerminalModeOp NOP
public static final NTerminalModeOp FILTER
public static final NTerminalModeOp FORMAT
public static final NTerminalModeOp ESCAPE
public static final NTerminalModeOp UNESCAPE
public static NTerminalModeOp[] values()
for (NTerminalModeOp c : NTerminalModeOp.values()) System.out.println(c);
public static NTerminalModeOp 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 NTerminalMode in()
public NTerminalMode out()
public static NOptional<NTerminalMode> parse(String value)
Copyright © 2025 vpc open source initiative. All rights reserved.