@Generated(value="software.amazon.awssdk:codegen") public enum InventoryQueryOperatorType extends Enum<InventoryQueryOperatorType>
| Enum Constant and Description |
|---|
BeginWith |
Equal |
GreaterThan |
LessThan |
NotEqual |
| Modifier and Type | Method and Description |
|---|---|
static InventoryQueryOperatorType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static InventoryQueryOperatorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InventoryQueryOperatorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InventoryQueryOperatorType Equal
public static final InventoryQueryOperatorType NotEqual
public static final InventoryQueryOperatorType BeginWith
public static final InventoryQueryOperatorType LessThan
public static final InventoryQueryOperatorType GreaterThan
public static InventoryQueryOperatorType[] values()
for (InventoryQueryOperatorType c : InventoryQueryOperatorType.values()) System.out.println(c);
public static InventoryQueryOperatorType 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 String toString()
toString in class Enum<InventoryQueryOperatorType>public static InventoryQueryOperatorType fromValue(String value)
value - real valueCopyright © 2017. All rights reserved.