public enum WSFunction extends Enum<WSFunction>
| Enum Constant and Description |
|---|
SCHEMALESS |
STMT |
TMQ |
WS |
| Modifier and Type | Method and Description |
|---|---|
String |
getFunction() |
static WSFunction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WSFunction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WSFunction WS
public static final WSFunction TMQ
public static final WSFunction STMT
public static final WSFunction SCHEMALESS
public static WSFunction[] values()
for (WSFunction c : WSFunction.values()) System.out.println(c);
public static WSFunction 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 getFunction()
Copyright © 2023. All rights reserved.