public enum RefType extends Enum<RefType> implements IconEnumstype
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getImageClass() |
String |
getName() |
String |
getType() |
String |
toString() |
static RefType |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static RefType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final RefType none
public static final RefType ref
public static final RefType o2m
public static final RefType m2o
public static final RefType f2f
public static final RefType o2o
public static final RefType find
public static final RefType m2m
public static RefType[] values()
for (RefType c : RefType.values()) System.out.println(c);
public static RefType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String getImageClass()
getImageClass 在接口中 IconEnumstypepublic String getType()
getType 在接口中 EnumstypegetType 在接口中 IconEnumstypepublic String getName()
getName 在接口中 EnumstypegetName 在接口中 IconEnumstypeCopyright © 2023 onecode. All rights reserved.