public enum Attributetype extends Enum<Attributetype> implements IconEnumstype
| 枚举常量和说明 |
|---|
ADVANCE |
APPLICATION |
BPD |
COMMAND |
CUSTOMIZE |
DB |
DEVICE |
DEVICEEVENT |
EVENT |
EXPRESSION |
LISTENER |
PAGE |
PAGERIGHT |
PDT |
RIGHT |
SAFE |
SERVICE |
SERVICEEVENT |
TASK |
TOOL |
USEREVENT |
| 限定符和类型 | 方法和说明 |
|---|---|
static Attributetype |
fromType(String typeName) |
EngineType |
getEngineType() |
String |
getImageClass() |
String |
getName() |
String |
getType() |
void |
setEngineType(EngineType engineType) |
String |
toString() |
static Attributetype |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Attributetype[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final Attributetype ADVANCE
public static final Attributetype TOOL
public static final Attributetype LISTENER
public static final Attributetype APPLICATION
public static final Attributetype CUSTOMIZE
public static final Attributetype PDT
public static final Attributetype BPD
public static final Attributetype RIGHT
public static final Attributetype SAFE
public static final Attributetype PAGE
public static final Attributetype DB
public static final Attributetype PAGERIGHT
public static final Attributetype TASK
public static final Attributetype EXPRESSION
public static final Attributetype SERVICEEVENT
public static final Attributetype SERVICE
public static final Attributetype EVENT
public static final Attributetype DEVICE
public static final Attributetype DEVICEEVENT
public static final Attributetype USEREVENT
public static final Attributetype COMMAND
public static Attributetype[] values()
for (Attributetype c : Attributetype.values()) System.out.println(c);
public static Attributetype valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public EngineType getEngineType()
public void setEngineType(EngineType engineType)
public String getType()
getType 在接口中 EnumstypegetType 在接口中 IconEnumstypepublic String getName()
getName 在接口中 EnumstypegetName 在接口中 IconEnumstypepublic String getImageClass()
getImageClass 在接口中 IconEnumstypepublic String toString()
toString 在类中 Enum<Attributetype>public static Attributetype fromType(String typeName)
Copyright © 2023 onecode. All rights reserved.