public enum FollowRefTypeEnum extends Enum<FollowRefTypeEnum>
| 枚举常量和说明 |
|---|
BUSINESS
5:商机跟进
|
CONTRACT
活动跟进
|
CUSTOMER
1:客户跟进
|
FOLLOW
2:客户跟进
|
LEADS
3:线索跟进
|
UNKNOWN
未知类型
|
| 限定符和类型 | 方法和说明 |
|---|---|
FollowRefTypeEnum |
getByLabel(String label)
根据标签获取值
|
String |
getLabel() |
int |
getValue()
获取值
|
FollowRefTypeEnum |
valueOf(int value) |
static FollowRefTypeEnum |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static FollowRefTypeEnum[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final FollowRefTypeEnum CUSTOMER
public static final FollowRefTypeEnum FOLLOW
public static final FollowRefTypeEnum LEADS
public static final FollowRefTypeEnum CONTRACT
public static final FollowRefTypeEnum BUSINESS
public static final FollowRefTypeEnum UNKNOWN
public static FollowRefTypeEnum[] values()
for (FollowRefTypeEnum c : FollowRefTypeEnum.values()) System.out.println(c);
public static FollowRefTypeEnum valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值@Comment(value="\u6807\u7b7e") public String getLabel()
@Comment(value="\u503c") public int getValue()
@Comment(value="\u6839\u636e\u6807\u7b7e\u83b7\u53d6FollowRefTypeEnum") public FollowRefTypeEnum getByLabel(String label)
label - 标签@Comment(value="\u6839\u636e\u6807\u7b7e\u83b7\u53d6FollowRefTypeEnum") public FollowRefTypeEnum valueOf(int value)
Copyright © 2025. All rights reserved.