org.drools.workbench.jcr2vfsmigration.xml.model.asset
Enum AssetType
java.lang.Object
java.lang.Enum<AssetType>
org.drools.workbench.jcr2vfsmigration.xml.model.asset.AssetType
- All Implemented Interfaces:
- Serializable, Comparable<AssetType>
public enum AssetType
- extends Enum<AssetType>
DRL_MODEL
public static final AssetType DRL_MODEL
BUSINESS_RULE
public static final AssetType BUSINESS_RULE
DECISION_TABLE_GUIDED
public static final AssetType DECISION_TABLE_GUIDED
DRL
public static final AssetType DRL
FUNCTION
public static final AssetType FUNCTION
DECISION_SPREADSHEET_XLS
public static final AssetType DECISION_SPREADSHEET_XLS
SCORECARD_SPREADSHEET_XLS
public static final AssetType SCORECARD_SPREADSHEET_XLS
PNG
public static final AssetType PNG
GIF
public static final AssetType GIF
JPG
public static final AssetType JPG
PDF
public static final AssetType PDF
DOC
public static final AssetType DOC
ODT
public static final AssetType ODT
SCORECARD_GUIDED
public static final AssetType SCORECARD_GUIDED
TEST_SCENARIO
public static final AssetType TEST_SCENARIO
ENUMERATION
public static final AssetType ENUMERATION
DSL
public static final AssetType DSL
DSL_TEMPLATE_RULE
public static final AssetType DSL_TEMPLATE_RULE
RULE_TEMPLATE
public static final AssetType RULE_TEMPLATE
FORM_DEFINITION
public static final AssetType FORM_DEFINITION
SPRING_CONTEXT
public static final AssetType SPRING_CONTEXT
SERVICE_CONFIG
public static final AssetType SERVICE_CONFIG
WORKITEM_DEFINITION
public static final AssetType WORKITEM_DEFINITION
CHANGE_SET
public static final AssetType CHANGE_SET
RULE_FLOW_RF
public static final AssetType RULE_FLOW_RF
BPMN_PROCESS
public static final AssetType BPMN_PROCESS
BPMN2_PROCESS
public static final AssetType BPMN2_PROCESS
FTL
public static final AssetType FTL
JSON
public static final AssetType JSON
FW
public static final AssetType FW
UNSUPPORTED
public static final AssetType UNSUPPORTED
IGNORED
public static final AssetType IGNORED
values
public static AssetType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (AssetType c : AssetType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static AssetType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
getByType
public static AssetType getByType(String type)
toString
public String toString()
- Overrides:
toString in class Enum<AssetType>
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.