public enum EsbBeanType extends Enum<EsbBeanType> implements Enumstype
| 限定符和类型 | 方法和说明 |
|---|---|
static EsbBeanType |
fromType(String type) |
String |
getName() |
String |
getType() |
void |
setName(String name) |
String |
toString() |
static EsbBeanType |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static EsbBeanType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final EsbBeanType System
public static final EsbBeanType Cluster
public static final EsbBeanType Remote
public static final EsbBeanType Local
public static EsbBeanType[] values()
for (EsbBeanType c : EsbBeanType.values()) System.out.println(c);
public static EsbBeanType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public void setName(String name)
public String toString()
toString 在类中 Enum<EsbBeanType>public static EsbBeanType fromType(String type)
Copyright © 2023 onecode. All rights reserved.