public static enum ISqlJetUnaryExpression.Operation extends java.lang.Enum<ISqlJetUnaryExpression.Operation>
Modifier and Type | Method and Description |
---|---|
static ISqlJetUnaryExpression.Operation |
decode(java.lang.String s) |
java.lang.String |
toString() |
static ISqlJetUnaryExpression.Operation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ISqlJetUnaryExpression.Operation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ISqlJetUnaryExpression.Operation PLUS
public static final ISqlJetUnaryExpression.Operation MINUS
public static final ISqlJetUnaryExpression.Operation NEGATE
public static final ISqlJetUnaryExpression.Operation NOT
public static ISqlJetUnaryExpression.Operation[] values()
for (ISqlJetUnaryExpression.Operation c : ISqlJetUnaryExpression.Operation.values()) System.out.println(c);
public static ISqlJetUnaryExpression.Operation 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 ISqlJetUnaryExpression.Operation decode(java.lang.String s)
public java.lang.String toString()
toString
in class java.lang.Enum<ISqlJetUnaryExpression.Operation>
Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.