public enum ListSemesterTypeEnum extends Enum<ListSemesterTypeEnum>
public static final ListSemesterTypeEnum ANNUAL
public static final ListSemesterTypeEnum H1
public static final ListSemesterTypeEnum H2
public static final ListSemesterTypeEnum Q1
public static final ListSemesterTypeEnum Q2
public static final ListSemesterTypeEnum Q3
public static final ListSemesterTypeEnum Q4
public static final ListSemesterTypeEnum JANUARY2FEBRUARY
public static final ListSemesterTypeEnum MARCH2APRIL
public static final ListSemesterTypeEnum MAY2JUNE
public static final ListSemesterTypeEnum JULY2AUGUST
public static final ListSemesterTypeEnum SEPTEMBER2OCTOBER
public static final ListSemesterTypeEnum NOVEMBER2DECEMBER
public static final ListSemesterTypeEnum JANUARY
public static final ListSemesterTypeEnum FEBRUARY
public static final ListSemesterTypeEnum MARCH
public static final ListSemesterTypeEnum APRIL
public static final ListSemesterTypeEnum MAY
public static final ListSemesterTypeEnum JUNE
public static final ListSemesterTypeEnum JULY
public static final ListSemesterTypeEnum AUGUST
public static final ListSemesterTypeEnum SEPTEMBER
public static final ListSemesterTypeEnum OCTOBER
public static final ListSemesterTypeEnum NOVEMBER
public static final ListSemesterTypeEnum DECEMBER
public static final ListSemesterTypeEnum CUSTOM
public static ListSemesterTypeEnum[] values()
for (ListSemesterTypeEnum c : ListSemesterTypeEnum.values()) System.out.println(c);
public static ListSemesterTypeEnum valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String getValue()
Copyright © 2026. All rights reserved.