public static enum AlertConfiguration.JoinType extends Enum<AlertConfiguration.JoinType> implements com.alibaba.fastjson.serializer.JSONSerializable
| Enum Constant and Description |
|---|
CONCAT |
CROSS_JOIN |
FULL_JOIN |
INNER_JOIN |
LEFT_EXCLUDE |
LEFT_JOIN |
NO_JOIN |
RIGHT_EXCLUDE |
RIGHT_JOIN |
| Modifier and Type | Method and Description |
|---|---|
static AlertConfiguration.JoinType |
fromString(String value) |
String |
toString() |
static AlertConfiguration.JoinType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertConfiguration.JoinType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
void |
write(com.alibaba.fastjson.serializer.JSONSerializer serializer,
Object fieldName,
Type fieldType,
int features) |
public static final AlertConfiguration.JoinType CROSS_JOIN
public static final AlertConfiguration.JoinType INNER_JOIN
public static final AlertConfiguration.JoinType LEFT_JOIN
public static final AlertConfiguration.JoinType RIGHT_JOIN
public static final AlertConfiguration.JoinType FULL_JOIN
public static final AlertConfiguration.JoinType LEFT_EXCLUDE
public static final AlertConfiguration.JoinType RIGHT_EXCLUDE
public static final AlertConfiguration.JoinType CONCAT
public static final AlertConfiguration.JoinType NO_JOIN
public static AlertConfiguration.JoinType[] values()
for (AlertConfiguration.JoinType c : AlertConfiguration.JoinType.values()) System.out.println(c);
public static AlertConfiguration.JoinType 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 AlertConfiguration.JoinType fromString(String value)
public String toString()
toString in class Enum<AlertConfiguration.JoinType>Copyright © 2025. All Rights Reserved.