public static enum ModelClause.ModelRuleOption extends Enum<ModelClause.ModelRuleOption>
Enum Constant and Description |
---|
AUTOMATIC_ORDER |
SEQUENTIAL_ORDER |
UPDATE |
UPSERT |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static ModelClause.ModelRuleOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelClause.ModelRuleOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelClause.ModelRuleOption UPSERT
public static final ModelClause.ModelRuleOption UPDATE
public static final ModelClause.ModelRuleOption AUTOMATIC_ORDER
public static final ModelClause.ModelRuleOption SEQUENTIAL_ORDER
public final String name
public static ModelClause.ModelRuleOption[] values()
for (ModelClause.ModelRuleOption c : ModelClause.ModelRuleOption.values()) System.out.println(c);
public static ModelClause.ModelRuleOption 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 toString()
toString
in class Enum<ModelClause.ModelRuleOption>
Copyright © 2013–2017 Alibaba Group. All rights reserved.