public enum ResourceType extends Enum<ResourceType>
| 枚举常量和说明 |
|---|
ActionLibrary |
ConstantLibrary |
CrossDecisionTable |
DecisionTable |
DecisionTree |
Flow |
ParameterLibrary |
RuleSet |
Scorecard |
ScriptDecisionTable |
VariableLibrary |
public static final ResourceType RuleSet
public static final ResourceType DecisionTable
public static final ResourceType ScriptDecisionTable
public static final ResourceType CrossDecisionTable
public static final ResourceType Flow
public static final ResourceType VariableLibrary
public static final ResourceType ActionLibrary
public static final ResourceType ConstantLibrary
public static final ResourceType ParameterLibrary
public static final ResourceType DecisionTree
public static final ResourceType Scorecard
public static ResourceType[] values()
for (ResourceType c : ResourceType.values()) System.out.println(c);
public static ResourceType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2018 Bstek. All rights reserved.