gluu
公開メンバ関数 | 静的公開メンバ関数 | 公開変数類 | 非公開メンバ関数 | 非公開変数類 | 静的非公開変数類 | 全メンバ一覧
列挙 org.gluu.oxtrust.ldap.cache.service.CacheRefreshUpdateMethod 詳解
org.gluu.oxtrust.ldap.cache.service.CacheRefreshUpdateMethod の継承関係図
Inheritance graph
org.gluu.oxtrust.ldap.cache.service.CacheRefreshUpdateMethod 連携図
Collaboration graph

公開メンバ関数

String getValue ()
 
boolean isBooleanValue ()
 
String getDisplayName ()
 
Enum<? extends LdapEnum > resolveByValue (String value)
 
String toString ()
 

静的公開メンバ関数

 [static initializer]
 
static CacheRefreshUpdateMethod getByValue (String value)
 

公開変数類

 VDS =("vds", "VDS")
 
 COPY =("copy", "Copy")
 

非公開メンバ関数

 CacheRefreshUpdateMethod (String value, String displayName)
 

非公開変数類

boolean booleanValue
 
String value
 
String displayName
 

静的非公開変数類

static Map< String, CacheRefreshUpdateMethodmapByValues = new HashMap<String, CacheRefreshUpdateMethod>()
 

詳解

Cache refresh update methods

著者
Yuriy Movchan Date: 06.27.2012

構築子と解体子

◆ CacheRefreshUpdateMethod()

org.gluu.oxtrust.ldap.cache.service.CacheRefreshUpdateMethod.CacheRefreshUpdateMethod ( String  value,
String  displayName 
)
inlineprivate
34  {
35  this.value = value;
36  this.displayName = displayName;
37  }
String displayName
Definition: CacheRefreshUpdateMethod.java:25
String value
Definition: CacheRefreshUpdateMethod.java:24

関数詳解

◆ [static initializer]()

org.gluu.oxtrust.ldap.cache.service.CacheRefreshUpdateMethod.[static initializer] ( )
inlinestatic

◆ getByValue()

static CacheRefreshUpdateMethod org.gluu.oxtrust.ldap.cache.service.CacheRefreshUpdateMethod.getByValue ( String  value)
inlinestatic
47  {
48  return mapByValues.get(value);
49  }
static Map< String, CacheRefreshUpdateMethod > mapByValues
Definition: CacheRefreshUpdateMethod.java:27
String value
Definition: CacheRefreshUpdateMethod.java:24

◆ getDisplayName()

String org.gluu.oxtrust.ldap.cache.service.CacheRefreshUpdateMethod.getDisplayName ( )
inline
51  {
52  return displayName;
53  }
String displayName
Definition: CacheRefreshUpdateMethod.java:25

◆ getValue()

String org.gluu.oxtrust.ldap.cache.service.CacheRefreshUpdateMethod.getValue ( )
inline
39  {
40  return value;
41  }
String value
Definition: CacheRefreshUpdateMethod.java:24

◆ isBooleanValue()

boolean org.gluu.oxtrust.ldap.cache.service.CacheRefreshUpdateMethod.isBooleanValue ( )
inline
43  {
44  return booleanValue;
45  }
boolean booleanValue
Definition: CacheRefreshUpdateMethod.java:23

◆ resolveByValue()

Enum<? extends LdapEnum> org.gluu.oxtrust.ldap.cache.service.CacheRefreshUpdateMethod.resolveByValue ( String  value)
inline
55  {
56  return getByValue(value);
57  }
static CacheRefreshUpdateMethod getByValue(String value)
Definition: CacheRefreshUpdateMethod.java:47
String value
Definition: CacheRefreshUpdateMethod.java:24

◆ toString()

String org.gluu.oxtrust.ldap.cache.service.CacheRefreshUpdateMethod.toString ( )
inline
60  {
61  return value;
62  }
String value
Definition: CacheRefreshUpdateMethod.java:24

メンバ詳解

◆ booleanValue

boolean org.gluu.oxtrust.ldap.cache.service.CacheRefreshUpdateMethod.booleanValue
private

◆ COPY

org.gluu.oxtrust.ldap.cache.service.CacheRefreshUpdateMethod.COPY =("copy", "Copy")

◆ displayName

String org.gluu.oxtrust.ldap.cache.service.CacheRefreshUpdateMethod.displayName
private

◆ mapByValues

static Map<String, CacheRefreshUpdateMethod> org.gluu.oxtrust.ldap.cache.service.CacheRefreshUpdateMethod.mapByValues = new HashMap<String, CacheRefreshUpdateMethod>()
staticprivate

◆ value

String org.gluu.oxtrust.ldap.cache.service.CacheRefreshUpdateMethod.value
private

◆ VDS

org.gluu.oxtrust.ldap.cache.service.CacheRefreshUpdateMethod.VDS =("vds", "VDS")

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