public static enum ExpressionProblem.ResourceTerminalType extends Enum<ExpressionProblem.ResourceTerminalType>
| Enum Constant and Description |
|---|
DATEPROPPAIR |
GOBALTHRESHOLD |
NUMBERPROPPAIR |
NUMBERTHRESHOLD |
POINTSETPROPPAIR |
PREPROCESS |
STRINGPROPPAIR |
THRESHOLD |
| Modifier and Type | Method and Description |
|---|---|
int |
intValue() |
static ExpressionProblem.ResourceTerminalType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExpressionProblem.ResourceTerminalType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExpressionProblem.ResourceTerminalType STRINGPROPPAIR
public static final ExpressionProblem.ResourceTerminalType NUMBERPROPPAIR
public static final ExpressionProblem.ResourceTerminalType THRESHOLD
public static final ExpressionProblem.ResourceTerminalType DATEPROPPAIR
public static final ExpressionProblem.ResourceTerminalType POINTSETPROPPAIR
public static final ExpressionProblem.ResourceTerminalType NUMBERTHRESHOLD
public static final ExpressionProblem.ResourceTerminalType GOBALTHRESHOLD
public static final ExpressionProblem.ResourceTerminalType PREPROCESS
public static ExpressionProblem.ResourceTerminalType[] values()
for (ExpressionProblem.ResourceTerminalType c : ExpressionProblem.ResourceTerminalType.values()) System.out.println(c);
public static ExpressionProblem.ResourceTerminalType 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 nullpublic int intValue()
Copyright © 2020. All rights reserved.