public enum ShowlContainmentOperator extends Enum<ShowlContainmentOperator>
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
static ShowlContainmentOperator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShowlContainmentOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShowlContainmentOperator IN
public static final ShowlContainmentOperator NOT_IN
public static ShowlContainmentOperator[] values()
for (ShowlContainmentOperator c : ShowlContainmentOperator.values()) System.out.println(c);
public static ShowlContainmentOperator 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 getDisplayName()
Copyright © 2019. All rights reserved.