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