public enum RowMovementMode extends Enum<RowMovementMode>
| Modifier and Type | Method and Description |
|---|---|
static RowMovementMode |
from(String mode) |
static RowMovementMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RowMovementMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RowMovementMode ENABLE
public static final RowMovementMode DISABLE
public static RowMovementMode[] values()
for (RowMovementMode c : RowMovementMode.values()) System.out.println(c);
public static RowMovementMode 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 RowMovementMode from(String mode)
Copyright © 2004–2023 JSQLParser. All rights reserved.