public enum MapGetMethodsPreEnum extends Enum<MapGetMethodsPreEnum>
| 枚举常量和说明 |
|---|
base |
Boolean1 |
Boolean2 |
Boolean3 |
Double1 |
Double2 |
Double3 |
Float1 |
Float2 |
Integer1 |
Integer2 |
Integer3 |
Long1 |
Long2 |
Object1 |
Object2 |
Object3 |
Object4 |
String1 |
String2 |
| 限定符和类型 | 方法和说明 |
|---|---|
Class<?> |
getClazz() |
String |
getKeyword() |
static MapGetMethodsPreEnum |
hasKeyword(String pre,
String post,
String str) |
void |
setClazz(Class<?> clazz) |
void |
setKeyword(String keyword) |
static MapGetMethodsPreEnum |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static MapGetMethodsPreEnum[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final MapGetMethodsPreEnum base
public static final MapGetMethodsPreEnum String1
public static final MapGetMethodsPreEnum String2
public static final MapGetMethodsPreEnum Integer1
public static final MapGetMethodsPreEnum Integer2
public static final MapGetMethodsPreEnum Integer3
public static final MapGetMethodsPreEnum Long1
public static final MapGetMethodsPreEnum Long2
public static final MapGetMethodsPreEnum Boolean1
public static final MapGetMethodsPreEnum Boolean2
public static final MapGetMethodsPreEnum Boolean3
public static final MapGetMethodsPreEnum Double1
public static final MapGetMethodsPreEnum Double2
public static final MapGetMethodsPreEnum Double3
public static final MapGetMethodsPreEnum Float1
public static final MapGetMethodsPreEnum Float2
public static final MapGetMethodsPreEnum Object1
public static final MapGetMethodsPreEnum Object2
public static final MapGetMethodsPreEnum Object3
public static final MapGetMethodsPreEnum Object4
public static MapGetMethodsPreEnum[] values()
for (MapGetMethodsPreEnum c : MapGetMethodsPreEnum.values()) System.out.println(c);
public static MapGetMethodsPreEnum valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public static MapGetMethodsPreEnum hasKeyword(String pre, String post, String str)
public String getKeyword()
public void setKeyword(String keyword)
public Class<?> getClazz()
public void setClazz(Class<?> clazz)
Copyright © 2022. All rights reserved.