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 タグ情報。
- 関連項目:
- 直列化された形式
クラス java.util.HashMap から継承されたメソッド |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
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()