public enum FunctionParticipantType extends java.lang.Enum<FunctionParticipantType> implements ParticipantType
| 枚举常量和说明 |
|---|
RESOURCE_CODE |
RESOURCE_SET |
SERVICE_PACKAGE |
TENANT |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
abbr() |
static FunctionParticipantType |
fromAbbr(java.lang.String value) |
static FunctionParticipantType |
fromName(java.lang.String value) |
java.lang.String |
getName() |
static FunctionParticipantType |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static FunctionParticipantType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgenerateIdpublic static final FunctionParticipantType TENANT
public static final FunctionParticipantType SERVICE_PACKAGE
public static final FunctionParticipantType RESOURCE_SET
public static final FunctionParticipantType RESOURCE_CODE
public static FunctionParticipantType[] values()
for (FunctionParticipantType c : FunctionParticipantType.values()) System.out.println(c);
public static FunctionParticipantType valueOf(java.lang.String name)
name - 要返回的枚举常量的名称。java.lang.IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException - 如果参数为空值public java.lang.String getName()
getName 在接口中 ParticipantTypepublic java.lang.String abbr()
abbr 在接口中 ParticipantTypepublic static FunctionParticipantType fromName(java.lang.String value)
public static FunctionParticipantType fromAbbr(java.lang.String value)