gluu
公開メンバ関数 | 静的公開メンバ関数 | 公開変数類 | 非公開メンバ関数 | 非公開変数類 | 静的非公開変数類 | 全メンバ一覧
列挙 org.xdi.oxauth.model.uma.UmaScopeType 詳解
org.xdi.oxauth.model.uma.UmaScopeType 連携図
Collaboration graph

公開メンバ関数

String getValue ()
 

静的公開メンバ関数

 [static initializer]
 
static UmaScopeType fromValue (String p_value)
 

公開変数類

 PROTECTION =("uma_protection")
 

非公開メンバ関数

 UmaScopeType (String p_value)
 

非公開変数類

String m_value
 

静的非公開変数類

static Map< String, UmaScopeTypelookup = new HashMap<String, UmaScopeType>()
 

詳解

著者
Yuriy Zabrovarnyy
バージョン
0.9, 12/03/2013

構築子と解体子

◆ UmaScopeType()

org.xdi.oxauth.model.uma.UmaScopeType.UmaScopeType ( String  p_value)
inlineprivate
31  {
32  m_value = p_value;
33  }
String m_value
Definition: UmaScopeType.java:29

関数詳解

◆ [static initializer]()

org.xdi.oxauth.model.uma.UmaScopeType.[static initializer] ( )
inlinestatic

◆ fromValue()

static UmaScopeType org.xdi.oxauth.model.uma.UmaScopeType.fromValue ( String  p_value)
inlinestatic
39  {
40  return lookup.get(p_value);
41  }
static Map< String, UmaScopeType > lookup
Definition: UmaScopeType.java:21

◆ getValue()

String org.xdi.oxauth.model.uma.UmaScopeType.getValue ( )
inline
35  {
36  return m_value;
37  }
String m_value
Definition: UmaScopeType.java:29

メンバ詳解

◆ lookup

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

◆ m_value

String org.xdi.oxauth.model.uma.UmaScopeType.m_value
private

◆ PROTECTION

org.xdi.oxauth.model.uma.UmaScopeType.PROTECTION =("uma_protection")

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