ComparisonType
instead.@Deprecated public static enum UgcFilter.Comparison extends java.lang.Enum<UgcFilter.Comparison>
Enum Constant and Description |
---|
EQUALS
Deprecated.
The equals comparison.
|
GREATER_THAN
Deprecated.
The greater than comparison.
|
GREATER_THAN_EQUAL_TO
Deprecated.
The greater than or equal to comparison.
|
LESS_THAN
Deprecated.
The less than comparison.
|
LESS_THAN_EQUAL_TO
Deprecated.
The less than or equal to comparison.
|
NOT_EQUALS
Deprecated.
The not equals comparison.
|
Modifier and Type | Method and Description |
---|---|
boolean |
negation()
Deprecated.
Return true if negation.
|
java.lang.String |
toString()
Deprecated.
Return the name of the comparison.
|
static UgcFilter.Comparison |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static UgcFilter.Comparison[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UgcFilter.Comparison EQUALS
public static final UgcFilter.Comparison NOT_EQUALS
public static final UgcFilter.Comparison LESS_THAN
public static final UgcFilter.Comparison GREATER_THAN
public static final UgcFilter.Comparison LESS_THAN_EQUAL_TO
public static final UgcFilter.Comparison GREATER_THAN_EQUAL_TO
public static UgcFilter.Comparison[] values()
for (UgcFilter.Comparison c : UgcFilter.Comparison.values()) System.out.println(c);
public static UgcFilter.Comparison 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 boolean negation()
public java.lang.String toString()
toString
in class java.lang.Enum<UgcFilter.Comparison>
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"