public static enum DateType.Type extends Enum<DateType.Type>
public static final DateType.Type DATE
public static final DateType.Type TIME
public static final DateType.Type DATE_TIME
public static final DateType.Type MONTH
public static final DateType.Type WEEK
public static final DateType.Type YEAR
public static DateType.Type[] values()
for (DateType.Type c : DateType.Type.values()) System.out.println(c);
public static DateType.Type valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2021. All rights reserved.