public enum TrimSpec extends Enum<TrimSpec>
Modifier and Type | Method and Description |
---|---|
String |
toSqlText() |
static TrimSpec |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrimSpec[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrimSpec LEADING
public static final TrimSpec TRAILING
public static final TrimSpec BOTH
public static TrimSpec[] values()
for (TrimSpec c : TrimSpec.values()) System.out.println(c);
public static TrimSpec 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 String toSqlText()
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.