public static enum IndexOptions.NumericalOperator extends java.lang.Enum<IndexOptions.NumericalOperator>
Enum Constant and Description |
---|
OP_DEFAULT |
OP_EQ |
OP_GE |
OP_GT |
OP_LE |
OP_LT |
OP_NE |
OP_RANGE |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
name |
java.lang.String |
repr |
Modifier and Type | Method and Description |
---|---|
static IndexOptions.NumericalOperator |
fromName(java.lang.String name) |
static IndexOptions.NumericalOperator |
fromRepr(java.lang.String repr) |
static IndexOptions.NumericalOperator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IndexOptions.NumericalOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndexOptions.NumericalOperator OP_DEFAULT
public static final IndexOptions.NumericalOperator OP_EQ
public static final IndexOptions.NumericalOperator OP_LE
public static final IndexOptions.NumericalOperator OP_LT
public static final IndexOptions.NumericalOperator OP_GE
public static final IndexOptions.NumericalOperator OP_GT
public static final IndexOptions.NumericalOperator OP_NE
public static final IndexOptions.NumericalOperator OP_RANGE
public static IndexOptions.NumericalOperator[] values()
for (IndexOptions.NumericalOperator c : IndexOptions.NumericalOperator.values()) System.out.println(c);
public static IndexOptions.NumericalOperator valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static IndexOptions.NumericalOperator fromName(java.lang.String name)
public static IndexOptions.NumericalOperator fromRepr(java.lang.String repr)
Copyright © 2013 Dassault Systèmes, All Rights Reserved.