public enum FormulaType extends Enum<FormulaType> implements IconEnumstype
| 限定符和类型 | 方法和说明 |
|---|---|
static FormulaType |
fromType(String type) |
Attributetype |
getBaseType() |
String |
getImageClass() |
String |
getName() |
String |
getType() |
void |
setBaseType(Attributetype baseType) |
void |
setName(String name) |
void |
setType(String type) |
String |
toString() |
static FormulaType |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static FormulaType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final FormulaType ComponentRight
public static final FormulaType UIComponentRight
public static final FormulaType FormComponentRight
public static final FormulaType BarComponentRight
public static final FormulaType ActionComponentRight
public static final FormulaType TabComponentRight
public static final FormulaType ModuleRight
public static final FormulaType MenuRight
public static final FormulaType ReaderSelectedID
public static final FormulaType PerformerSelectedID
public static final FormulaType InsteadSignSelectedID
public static final FormulaType TaskID
public static final FormulaType WebAPISelectedID
public static final FormulaType ESDCOM
public static final FormulaType ActionSelectedID
public static final FormulaType TableSelectedID
public static final FormulaType ColInfoID
public static final FormulaType SafeID
public static final FormulaType CommandSelectedID
public static final FormulaType DeviceSelectedID
public static final FormulaType ServiceSelectedID
public static final FormulaType EventSelectID
public static final FormulaType DeviceEventSelectedID
public static final FormulaType UserPerformSelectedID
public static final FormulaType ServiceEventSelectedID
public static final FormulaType UNKNOW
public static FormulaType[] values()
for (FormulaType c : FormulaType.values()) System.out.println(c);
public static FormulaType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public void setBaseType(Attributetype baseType)
public String getType()
getType 在接口中 EnumstypegetType 在接口中 IconEnumstypepublic String getName()
getName 在接口中 EnumstypegetName 在接口中 IconEnumstypepublic String getImageClass()
getImageClass 在接口中 IconEnumstypepublic void setType(String type)
public void setName(String name)
public String toString()
toString 在类中 Enum<FormulaType>public static FormulaType fromType(String type)
public Attributetype getBaseType()
Copyright © 2023 onecode. All rights reserved.