public enum EnumRuleType extends Enum<EnumRuleType>
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(String value)
判断相等
|
String |
getValue()
Getter method for property value.
|
String |
value()
Getter method for property value.
|
static EnumRuleType |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static EnumRuleType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final EnumRuleType STRING
public static final EnumRuleType INTEGER
public static final EnumRuleType DOUBLE
public static final EnumRuleType DATE
public static final EnumRuleType TIME
public static final EnumRuleType DATETIME
public static final EnumRuleType BOOLEAN
public static EnumRuleType[] values()
for (EnumRuleType c : EnumRuleType.values()) System.out.println(c);
public static EnumRuleType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String getValue()
public String value()
public boolean equals(String value)
value - Copyright © 2018. All rights reserved.