public class ResultTypeType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static ResultTypeType |
HITS
The instance of the hits type
|
static int |
HITS_TYPE
The hits type
|
static ResultTypeType |
RESULTS
The instance of the results type
|
static int |
RESULTS_TYPE
The results type
|
| Modifier and Type | Method and Description |
|---|---|
static Enumeration |
enumerate()
Method enumerate
Returns an enumeration of all possible instances of
ResultTypeType
|
int |
getType()
Method getType
Returns the type of this ResultTypeType
|
String |
toString()
Method toString
Returns the String representation of this ResultTypeType
|
static ResultTypeType |
valueOf(String string)
Method valueOf
Returns a new ResultTypeType based on the given String
value.
|
public static final int RESULTS_TYPE
public static final ResultTypeType RESULTS
public static final int HITS_TYPE
public static final ResultTypeType HITS
public static Enumeration enumerate()
public int getType()
public String toString()
public static ResultTypeType valueOf(String string)
string - Copyright © 2021 B3Partners B.V.. All rights reserved.