gluu
公開メンバ関数 | 非公開変数類 | 全メンバ一覧
org.xdi.oxauth.model.config.CustomProperty クラス
org.xdi.oxauth.model.config.CustomProperty 連携図
Collaboration graph

公開メンバ関数

 CustomProperty ()
 
String getName ()
 
void setName (String name)
 
List< String > getValues ()
 
void setValues (List< String > values)
 

非公開変数類

String name
 
List< String > values
 

詳解

Custom Attributes

著者
Reda Zerrad Date: 07.26.2012
Yuriy Movchan Date: 08.27.2012

構築子と解体子

◆ CustomProperty()

org.xdi.oxauth.model.config.CustomProperty.CustomProperty ( )
inline
31  {
32  name = "";
33  values = new ArrayList<String>();
34  }
String name
Definition: CustomProperty.java:28
List< String > values
Definition: CustomProperty.java:29

関数詳解

◆ getName()

String org.xdi.oxauth.model.config.CustomProperty.getName ( )
inline
36  {
37  return this.name;
38  }
String name
Definition: CustomProperty.java:28

◆ getValues()

List<String> org.xdi.oxauth.model.config.CustomProperty.getValues ( )
inline
46  {
47  return this.values;
48  }
List< String > values
Definition: CustomProperty.java:29

◆ setName()

void org.xdi.oxauth.model.config.CustomProperty.setName ( String  name)
inline
40  {
41  this.name = name;
42  }
String name
Definition: CustomProperty.java:28

◆ setValues()

void org.xdi.oxauth.model.config.CustomProperty.setValues ( List< String >  values)
inline
50  {
51  this.values = values;
52  }
List< String > values
Definition: CustomProperty.java:29

メンバ詳解

◆ name

String org.xdi.oxauth.model.config.CustomProperty.name
private

◆ values

List<String> org.xdi.oxauth.model.config.CustomProperty.values
private

このクラス詳解は次のファイルから抽出されました: