public enum WithinType extends Enum<WithinType>
| 枚举常量和说明 |
|---|
FIRST_AND_LAST |
PREVIOUS_AND_CURRENT |
public static final WithinType PREVIOUS_AND_CURRENT
public static final WithinType FIRST_AND_LAST
public static WithinType[] values()
for (WithinType c : WithinType.values()) System.out.println(c);
public static WithinType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.