nga.servlet.config
クラス PropertyInfo

java.lang.Object
  上位を拡張 java.util.AbstractMap<K,V>
      上位を拡張 java.util.HashMap<String,String>
          上位を拡張 nga.util.ConfigurationMap
              上位を拡張 nga.servlet.config.PropertyInfo
すべての実装されたインタフェース:
Serializable, Cloneable, Comparable, Map<String,String>

public class PropertyInfo
extends ConfigurationMap
implements Comparable

property タグ情報。

関連項目:
直列化された形式

コンストラクタの概要
PropertyInfo()
          PropertyInfo を作成する。
PropertyInfo(String name)
          PropertyInfo を作成する。
 
メソッドの概要
 int compareTo(Object o)
           
 boolean equals(Object o)
           
 String getName()
          プロパティ名を取得する。
 int hashCode()
           
 void setName(String name)
          プロパティ名を設定する。
 
クラス nga.util.ConfigurationMap から継承されたメソッド
get, get, get, get, put, put, put
 
クラス java.util.HashMap から継承されたメソッド
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
クラス java.util.AbstractMap から継承されたメソッド
toString
 
クラス java.lang.Object から継承されたメソッド
finalize, getClass, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

PropertyInfo

public PropertyInfo()
PropertyInfo を作成する。


PropertyInfo

public PropertyInfo(String name)
PropertyInfo を作成する。

パラメータ:
name - プロパティ名。
メソッドの詳細

getName

public String getName()
プロパティ名を取得する。

戻り値:
プロパティ名。

setName

public void setName(String name)
プロパティ名を設定する。

パラメータ:
name - プロパティ名。

compareTo

public int compareTo(Object o)
定義:
インタフェース Comparable 内の compareTo
関連項目:
Comparable.compareTo(java.lang.Object)

equals

public boolean equals(Object o)
定義:
インタフェース Map<String,String> 内の equals
オーバーライド:
クラス AbstractMap<String,String> 内の equals
関連項目:
Object.equals(java.lang.Object)

hashCode

public int hashCode()
定義:
インタフェース Map<String,String> 内の hashCode
オーバーライド:
クラス AbstractMap<String,String> 内の hashCode
関連項目:
Object.hashCode()