static enum SqlMetaAndOr.Type extends Enum<SqlMetaAndOr.Type>
{, {&
and {|.| Enum Constant and Description |
|---|
AND
The type for the element prefix
{&. |
NO
The type for the element prefix
{. |
OR
The type for the element prefix
{|. |
| Modifier and Type | Method and Description |
|---|---|
static SqlMetaAndOr.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlMetaAndOr.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SqlMetaAndOr.Type NO
{.public static final SqlMetaAndOr.Type AND
{&.public static final SqlMetaAndOr.Type OR
{|.public static SqlMetaAndOr.Type[] values()
for (SqlMetaAndOr.Type c : SqlMetaAndOr.Type.values()) System.out.println(c);
public static SqlMetaAndOr.Type 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 nullCopyright © 2016. All rights reserved.