public enum AssetType extends Enum<AssetType>
Modifier and Type | Method and Description |
---|---|
static AssetType |
getByType(String type) |
String |
toString() |
static AssetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssetType DRL_MODEL
public static final AssetType BUSINESS_RULE
public static final AssetType DECISION_TABLE_GUIDED
public static final AssetType DRL
public static final AssetType FUNCTION
public static final AssetType DECISION_SPREADSHEET_XLS
public static final AssetType SCORECARD_SPREADSHEET_XLS
public static final AssetType PNG
public static final AssetType GIF
public static final AssetType JPG
public static final AssetType PDF
public static final AssetType DOC
public static final AssetType ODT
public static final AssetType SCORECARD_GUIDED
public static final AssetType TEST_SCENARIO
public static final AssetType ENUMERATION
public static final AssetType DSL
public static final AssetType DSL_TEMPLATE_RULE
public static final AssetType RULE_TEMPLATE
public static final AssetType FORM_DEFINITION
public static final AssetType SPRING_CONTEXT
public static final AssetType SERVICE_CONFIG
public static final AssetType WORKITEM_DEFINITION
public static final AssetType CHANGE_SET
public static final AssetType RULE_FLOW_RF
public static final AssetType BPMN_PROCESS
public static final AssetType BPMN2_PROCESS
public static final AssetType FTL
public static final AssetType JSON
public static final AssetType FW
public static final AssetType UNSUPPORTED
public static final AssetType IGNORED
public static AssetType[] values()
for (AssetType c : AssetType.values()) System.out.println(c);
public static AssetType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.