public enum GeneratorType extends Enum<GeneratorType>
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
humpToLine(String str) |
static String |
replaceLinkClass(GeneratorType generatorType,
String thisErupt,
String linkErupt) |
static GeneratorType |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static GeneratorType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final GeneratorType INPUT
public static final GeneratorType PASSWORD
public static final GeneratorType COLOR
public static final GeneratorType NUMBER
public static final GeneratorType SLIDER
public static final GeneratorType DATE
public static final GeneratorType DATE_TIME
public static final GeneratorType WEEK
public static final GeneratorType MONTH
public static final GeneratorType YEAR
public static final GeneratorType BOOLEAN
public static final GeneratorType CHOICE
public static final GeneratorType TAGS
public static final GeneratorType ATTACHMENT
public static final GeneratorType IMAGE
public static final GeneratorType AUTO_COMPLETE
public static final GeneratorType HTML_EDITOR
public static final GeneratorType TEXTAREA
public static final GeneratorType CODE_EDITOR
@Ref public static final GeneratorType REFERENCE_TREE
@Ref public static final GeneratorType REFERENCE_TABLE
@Ref public static final GeneratorType CHECKBOX
@Ref public static final GeneratorType TAB_TREE
@Ref public static final GeneratorType TAB_TABLE_REFER
@Ref public static final GeneratorType TAB_TABLE_ADD
public static final GeneratorType MAP
public static final GeneratorType TPL
public static final GeneratorType DIVIDE
public static final GeneratorType HIDDEN
public static final GeneratorType EMPTY
public static GeneratorType[] values()
for (GeneratorType c : GeneratorType.values()) System.out.println(c);
public static GeneratorType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public static String replaceLinkClass(GeneratorType generatorType, String thisErupt, String linkErupt)
Copyright © 2021. All rights reserved.