public static enum RestrictedOperator.Operator extends java.lang.Enum<RestrictedOperator.Operator>
Enum Constant and Description |
---|
ALL |
AND |
AT |
BOR |
BUTNOT |
FUZZYAND |
INNERJOIN |
NEAR |
NEXT |
NOT |
OPT |
OR |
SEQUENCE |
SPLIT |
XOR |
Modifier and Type | Method and Description |
---|---|
static RestrictedOperator.Operator |
getEnum(java.lang.String str) |
java.lang.String |
toString() |
static RestrictedOperator.Operator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RestrictedOperator.Operator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestrictedOperator.Operator AND
public static final RestrictedOperator.Operator AT
public static final RestrictedOperator.Operator FUZZYAND
public static final RestrictedOperator.Operator OR
public static final RestrictedOperator.Operator XOR
public static final RestrictedOperator.Operator BOR
public static final RestrictedOperator.Operator NEAR
public static final RestrictedOperator.Operator NOT
public static final RestrictedOperator.Operator NEXT
public static final RestrictedOperator.Operator SEQUENCE
public static final RestrictedOperator.Operator SPLIT
public static final RestrictedOperator.Operator BUTNOT
public static final RestrictedOperator.Operator INNERJOIN
public static final RestrictedOperator.Operator ALL
public static final RestrictedOperator.Operator OPT
public static RestrictedOperator.Operator[] values()
for (RestrictedOperator.Operator c : RestrictedOperator.Operator.values()) System.out.println(c);
public static RestrictedOperator.Operator 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 java.lang.String toString()
toString
in class java.lang.Enum<RestrictedOperator.Operator>
public static RestrictedOperator.Operator getEnum(java.lang.String str)
Copyright © 2021 Dassault Systèmes, All Rights Reserved.