public enum RefinementSelectionMode extends java.lang.Enum<RefinementSelectionMode>
Modifier and Type | Method and Description |
---|---|
com.endeca.mdex.conversation.types.MultiSelect |
getMdexMultiSelectMode() |
static RefinementSelectionMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RefinementSelectionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RefinementSelectionMode MULTI_AND
public static final RefinementSelectionMode MULTI_OR
public static final RefinementSelectionMode SINGLE
public static RefinementSelectionMode[] values()
for (RefinementSelectionMode c : RefinementSelectionMode.values()) System.out.println(c);
public static RefinementSelectionMode 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 com.endeca.mdex.conversation.types.MultiSelect getMdexMultiSelectMode()
Copyright 2003, 2014, Oracle and/or its affiliates. All rights reserved.