@Generated(value="jsii-pacmak/1.34.0 (build 9b72778)", date="2021-09-29T20:31:22.019Z") @Stability(value=Stable) public enum InputMode extends Enum<InputMode>
| Modifier and Type | Method and Description |
|---|---|
static InputMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Stable) public static final InputMode PIPE
@Stability(value=Stable) public static final InputMode FILE
public static InputMode[] values()
for (InputMode c : InputMode.values()) System.out.println(c);
public static InputMode 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 nullCopyright © 2021. All rights reserved.