public enum SnapshotPlanExecuteType extends Enum<SnapshotPlanExecuteType>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SnapshotPlanExecuteType.Adapter |
| 限定符和类型 | 方法和说明 |
|---|---|
static SnapshotPlanExecuteType |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static SnapshotPlanExecuteType |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static SnapshotPlanExecuteType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final SnapshotPlanExecuteType DAY
public static final SnapshotPlanExecuteType HOUR
public static final SnapshotPlanExecuteType MINUTE
public static final SnapshotPlanExecuteType MONTH
public static final SnapshotPlanExecuteType WEEK
public static final SnapshotPlanExecuteType SNAPSHOTPLANEXECUTETYPE_UNSUPPORTED_ENUM
public static SnapshotPlanExecuteType[] values()
for (SnapshotPlanExecuteType c : SnapshotPlanExecuteType.values()) System.out.println(c);
public static SnapshotPlanExecuteType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String getValue()
public String toString()
toString 在类中 Enum<SnapshotPlanExecuteType>public static SnapshotPlanExecuteType fromValue(String value)
Copyright © 2025. All rights reserved.