|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.extension.jdbc.name.PropertyName<T>
T
- プロパティの型です。public class PropertyName<T>
プロパティ名をあらわすクラスです。ネストしたプロパティに対応しています。
フィールドの概要 | |
---|---|
protected String |
name
プロパティの名前です。 |
コンストラクタの概要 | |
---|---|
PropertyName()
コンストラクタです。 |
|
PropertyName(PropertyName<?> parent,
String name)
コンストラクタです。 |
|
PropertyName(String name)
コンストラクタです。 |
メソッドの概要 | |
---|---|
char |
charAt(int index)
|
int |
length()
|
CharSequence |
subSequence(int start,
int end)
|
String |
toString()
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
---|
protected final String name
コンストラクタの詳細 |
---|
public PropertyName()
public PropertyName(String name)
name
- 名前public PropertyName(PropertyName<?> parent, String name)
parent
- 親name
- 名前メソッドの詳細 |
---|
public char charAt(int index)
CharSequence
内の charAt
public int length()
CharSequence
内の length
public CharSequence subSequence(int start, int end)
CharSequence
内の subSequence
public String toString()
CharSequence
内の toString
Object
内の toString
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |