gluu
公開メンバ関数 | 静的公開メンバ関数 | 公開変数類 | 非公開メンバ関数 | 非公開変数類 | 静的非公開変数類 | 全メンバ一覧
列挙 org.xdi.oxauth.model.gluu.GluuErrorResponseType 詳解
org.xdi.oxauth.model.gluu.GluuErrorResponseType の継承関係図
Inheritance graph
org.xdi.oxauth.model.gluu.GluuErrorResponseType 連携図
Collaboration graph

公開メンバ関数

String toString ()
 
String getParameter ()
 

静的公開メンバ関数

 [static initializer]
 
static GluuErrorResponseType fromString (String param)
 

公開変数類

 SERVER_ERROR =("server_error")
 

非公開メンバ関数

 GluuErrorResponseType (String paramName)
 

非公開変数類

final String paramName
 

静的非公開変数類

static Map< String, GluuErrorResponseTypelookup = new HashMap<String, GluuErrorResponseType>()
 

詳解

構築子と解体子

◆ GluuErrorResponseType()

org.xdi.oxauth.model.gluu.GluuErrorResponseType.GluuErrorResponseType ( String  paramName)
inlineprivate
33  {
34  this.paramName = paramName;
35  }
final String paramName
Definition: GluuErrorResponseType.java:31

関数詳解

◆ [static initializer]()

org.xdi.oxauth.model.gluu.GluuErrorResponseType.[static initializer] ( )
inlinestatic

◆ fromString()

static GluuErrorResponseType org.xdi.oxauth.model.gluu.GluuErrorResponseType.fromString ( String  param)
inlinestatic

Return the corresponding enumeration from a string parameter.

引数
paramThe parameter to be match.
戻り値
The enumeration if found, otherwise null.
44  {
45  return lookup.get(param);
46  }
static Map< String, GluuErrorResponseType > lookup
Definition: GluuErrorResponseType.java:23

◆ getParameter()

String org.xdi.oxauth.model.gluu.GluuErrorResponseType.getParameter ( )
inline

Gets error parameter.

戻り値
error parameter

org.xdi.oxauth.model.error.IErrorTypeを実装しています。

63  {
64  return paramName;
65  }
final String paramName
Definition: GluuErrorResponseType.java:31

◆ toString()

String org.xdi.oxauth.model.gluu.GluuErrorResponseType.toString ( )
inline

Returns a string representation of the object. In this case, the lower case code of the error.

53  {
54  return paramName;
55  }
final String paramName
Definition: GluuErrorResponseType.java:31

メンバ詳解

◆ lookup

static Map<String, GluuErrorResponseType> org.xdi.oxauth.model.gluu.GluuErrorResponseType.lookup = new HashMap<String, GluuErrorResponseType>()
staticprivate

◆ paramName

final String org.xdi.oxauth.model.gluu.GluuErrorResponseType.paramName
private

◆ SERVER_ERROR

org.xdi.oxauth.model.gluu.GluuErrorResponseType.SERVER_ERROR =("server_error")

The server encountered an unexpected condition which prevented it from fulfilling the request.


次のファイルからこの列挙についての詳解を抽出しました: