Drools Workbench - XML for migration 6.2.0.CR4

org.drools.workbench.jcr2vfsmigration.xml.model.asset
Enum AssetType

java.lang.Object
  extended by java.lang.Enum<AssetType>
      extended by org.drools.workbench.jcr2vfsmigration.xml.model.asset.AssetType
All Implemented Interfaces:
Serializable, Comparable<AssetType>

public enum AssetType
extends Enum<AssetType>


Enum Constant Summary
BPMN_PROCESS
           
BPMN2_PROCESS
           
BUSINESS_RULE
           
CHANGE_SET
           
DECISION_SPREADSHEET_XLS
           
DECISION_TABLE_GUIDED
           
DOC
           
DRL
           
DRL_MODEL
           
DSL
           
DSL_TEMPLATE_RULE
           
ENUMERATION
           
FORM_DEFINITION
           
FTL
           
FUNCTION
           
FW
           
GIF
           
IGNORED
           
JPG
           
JSON
           
ODT
           
PDF
           
PNG
           
RULE_FLOW_RF
           
RULE_TEMPLATE
           
SCORECARD_GUIDED
           
SCORECARD_SPREADSHEET_XLS
           
SERVICE_CONFIG
           
SPRING_CONTEXT
           
TEST_SCENARIO
           
UNSUPPORTED
           
WORKITEM_DEFINITION
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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>

Drools Workbench - XML for migration 6.2.0.CR4

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.