public static enum StandardGraphBuilderPlugins.IntegerExactBinaryOp extends Enum<StandardGraphBuilderPlugins.IntegerExactBinaryOp>
| Enum Constant and Description |
|---|
INTEGER_ADD_EXACT |
INTEGER_DECREMENT_EXACT |
INTEGER_INCREMENT_EXACT |
INTEGER_MULTIPLY_EXACT |
INTEGER_SUBTRACT_EXACT |
| Modifier and Type | Method and Description |
|---|---|
static StandardGraphBuilderPlugins.IntegerExactBinaryOp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardGraphBuilderPlugins.IntegerExactBinaryOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandardGraphBuilderPlugins.IntegerExactBinaryOp INTEGER_ADD_EXACT
public static final StandardGraphBuilderPlugins.IntegerExactBinaryOp INTEGER_INCREMENT_EXACT
public static final StandardGraphBuilderPlugins.IntegerExactBinaryOp INTEGER_SUBTRACT_EXACT
public static final StandardGraphBuilderPlugins.IntegerExactBinaryOp INTEGER_DECREMENT_EXACT
public static final StandardGraphBuilderPlugins.IntegerExactBinaryOp INTEGER_MULTIPLY_EXACT
public static StandardGraphBuilderPlugins.IntegerExactBinaryOp[] values()
public static StandardGraphBuilderPlugins.IntegerExactBinaryOp 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 null