|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<InputTypeInfo>
org.jboss.reliance.drools.deployer.InputTypeInfo
public enum InputTypeInfo
InputType info.
| Enum Constant Summary | |
|---|---|
CSV
|
|
XSL
|
|
| Method Summary | |
|---|---|
String |
getSuffix()
Get the input type suffix. |
org.drools.decisiontable.InputType |
getType()
Get the InputType. |
static InputTypeInfo |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static InputTypeInfo[] |
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, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final InputTypeInfo CSV
public static final InputTypeInfo XSL
| Method Detail |
|---|
public static InputTypeInfo[] values()
for (InputTypeInfo c : InputTypeInfo.values()) System.out.println(c);
public static InputTypeInfo valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic org.drools.decisiontable.InputType getType()
public String getSuffix()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||