|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.identity.policy.ValidValues
public class ValidValues
This class ValidValues provides search results and a error
code indicating if the search was successfully or time limit exceeded or
search limit exceeded.
| フィールドの概要 | |
|---|---|
static int |
SIZE_LIMIT_EXCEEDED
Code used to indicate that the search was unsuccessful as the size limit exceeded during the search process. |
static int |
SUCCESS
Code used to indicate a successful search |
static int |
TIME_LIMIT_EXCEEDED
Code used to indicate that the search was unsuccessful as the time limit exceeded during the search process. |
| コンストラクタの概要 | |
|---|---|
ValidValues(int errorCode,
Set results)
Constructs a ValidValues given errorCode
and a set of values |
|
| メソッドの概要 | |
|---|---|
int |
getErrorCode()
Returns the error code of search. |
Set |
getSearchResults()
Returns the search results as a set. |
| フィールドの詳細 |
|---|
public static final int SUCCESS
public static final int SIZE_LIMIT_EXCEEDED
public static final int TIME_LIMIT_EXCEEDED
| コンストラクタの詳細 |
|---|
public ValidValues(int errorCode,
Set results)
ValidValues given errorCode
and a set of values
errorCode - error coderesults - set of values to be includedValidValues.SUCCESS,
ValidValues.SIZE_LIMIT_EXCEEDED,
ValidValues.TIME_LIMIT_EXCEEDED| メソッドの詳細 |
|---|
public Set getSearchResults()
public int getErrorCode()
SUCCESS, SIZE_LIMIT_EXCEEDED
and TIME_LIMIT_EXCEEDEDValidValues.SUCCESS,
ValidValues.SIZE_LIMIT_EXCEEDED,
ValidValues.TIME_LIMIT_EXCEEDED
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||