public class GroupAction
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static GroupAction |
ALL
Specifies that the group action is an AND condition.
|
static GroupAction |
ANY
Specifies that the group action is an OR condition.
|
static GroupAction |
IN
Specifies a group action based on the in context.
|
static GroupAction |
NEAR
Specifies that the group action is based on proximity, the NEAR condition.
|
static GroupAction |
NONE
Specifies no group action.
|
static GroupAction |
PARAGRAPH
Specifies a group action based on the paragraph context.
|
static GroupAction |
PHRASE
Specifies a group action based on the phrase context.
|
static GroupAction |
SENTENCE
Specifies a group action based on the sentence context.
|
static GroupAction |
UNIT
Specifies a group action based on the unit context.
|
static GroupAction |
VQL
Specifies the use of the native text query language.
|
Modifier and Type | Method and Description |
---|---|
static GroupAction |
getInstanceFromInt(int value)
Gets an instance of this class using its associated integer value (the
*_AS_INT fields). |
int |
getValue()
Returns an integer value associated with a specific instance of this class.
|
java.lang.String |
toString()
Returns a
String representation of this instance. |
public static final GroupAction NONE
public static final GroupAction ANY
public static final GroupAction ALL
public static final GroupAction IN
public static final GroupAction PARAGRAPH
public static final GroupAction SENTENCE
public static final GroupAction NEAR
public static final GroupAction PHRASE
public static final GroupAction UNIT
public static final GroupAction VQL
public int getValue()
public static GroupAction getInstanceFromInt(int value)
*_AS_INT
fields).value
- An integer representing a particular static instance of this class.RefreshMode
instance.EngineRuntimeException
- Thrown when the value
parameter
is null
or invalid.public java.lang.String toString()
String
representation of this instance.toString
in class java.lang.Object
String
representing the instance.© Copyright IBM Corporation 2006, 2015. All rights reserved.