public static enum SQLContinuous.RuleType extends Enum<SQLContinuous.RuleType>
| 枚举常量和说明 |
|---|
RULE_FINISH |
RULE_START |
public static final SQLContinuous.RuleType RULE_START
public static final SQLContinuous.RuleType RULE_FINISH
public static SQLContinuous.RuleType[] values()
for (SQLContinuous.RuleType c : SQLContinuous.RuleType.values()) System.out.println(c);
public static SQLContinuous.RuleType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2020. All rights reserved.