public enum IndicatorTypeEnum extends Enum<IndicatorTypeEnum>
| 枚举常量和说明 |
|---|
GENERAL_REVIEW_ITEM |
MINUS |
OKR_REVIEW_ITEM |
PLUS |
REVIEW_ITEM_BASED_ON_KEY_METRIC |
public static final IndicatorTypeEnum GENERAL_REVIEW_ITEM
public static final IndicatorTypeEnum REVIEW_ITEM_BASED_ON_KEY_METRIC
public static final IndicatorTypeEnum OKR_REVIEW_ITEM
public static final IndicatorTypeEnum PLUS
public static final IndicatorTypeEnum MINUS
public static IndicatorTypeEnum[] values()
for (IndicatorTypeEnum c : IndicatorTypeEnum.values()) System.out.println(c);
public static IndicatorTypeEnum valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String getValue()
Copyright © 2025. All rights reserved.