public enum SlotType extends Enum<SlotType>
public static final SlotType CODE
public static final SlotType COPYRIGHT_START
public static final SlotType COPYRIGHT_END
public static final SlotType PACKAGE_START
public static final SlotType PACKAGE_END
public static final SlotType IMPORT_START
public static final SlotType IMPORT_END
public static final SlotType COMMENT_CONTENT_START
public static final SlotType COMMENT_CONTENT_END
public static final SlotType AUTHOR
public static final SlotType CLASS_START
public static final SlotType CLASS_END
public static final SlotType CLASS_NAME_START
public static final SlotType CLASS_NAME_END
public static final SlotType EXTENDS_START
public static final SlotType EXTENDS_END
public static final SlotType IMPLEMENTS_START
public static final SlotType IMPLEMENTS_END
public static final SlotType CLASS_FIRST_LINE
public static final SlotType CLASS_LAST_LINE
public static final SlotType FIELD_START
public static final SlotType FIELD_NAME_START
public static final SlotType FIELD_NAME_END
public static final SlotType FIELD_HEAD
public static final SlotType FIELD_TAIL
public static final SlotType FIELD_END
public static final SlotType ALL_FIELD_END
public static SlotType[] values()
for (SlotType c : SlotType.values()) System.out.println(c);
public static SlotType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2022. All rights reserved.