| 
 | ||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.apache.commons.jxpath.ri.model.NodePointer
org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
org.apache.commons.jxpath.ri.model.beans.BeanPointer
jp.terasoluna.fw.beans.jxpath.BeanPointerEx
public class BeanPointerEx
Beanポインタの拡張クラス。
| フィールドの概要 | |
|---|---|
| private  org.apache.commons.jxpath.JXPathBeanInfo | beanInfoターゲットのBeanの情報。 | 
| private static long | serialVersionUIDシリアルバージョンID。 | 
| クラス org.apache.commons.jxpath.ri.model.NodePointer から継承されたフィールド | 
|---|
| index, locale, parent, UNKNOWN_NAMESPACE, WHOLE_COLLECTION | 
| コンストラクタの概要 | |
|---|---|
| BeanPointerEx(org.apache.commons.jxpath.ri.model.NodePointer parent,
              org.apache.commons.jxpath.ri.QName name,
              java.lang.Object bean,
              org.apache.commons.jxpath.JXPathBeanInfo beanInfo)コンストラクタ。 | |
| BeanPointerEx(org.apache.commons.jxpath.ri.QName name,
              java.lang.Object bean,
              org.apache.commons.jxpath.JXPathBeanInfo beanInfo,
              java.util.Locale locale)コンストラクタ。 | |
| メソッドの概要 | |
|---|---|
|  org.apache.commons.jxpath.ri.model.beans.PropertyPointer | getPropertyPointer()プロパティポインタを取得する。 | 
| クラス org.apache.commons.jxpath.ri.model.beans.BeanPointer から継承されたメソッド | 
|---|
| asPath, equals, getBaseValue, getLength, getName, hashCode, isCollection, isLeaf | 
| クラス org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer から継承されたメソッド | 
|---|
| attributeIterator, childIterator, compareChildNodePointers, createNodeIterator, getImmediateNode, isDynamicPropertyDeclarationSupported, remove, setIndex, setValue | 
| クラス org.apache.commons.jxpath.ri.model.NodePointer から継承されたメソッド | 
|---|
| clone, compareTo, createAttribute, createChild, createChild, createPath, createPath, getDefaultNamespaceURI, getImmediateParentPointer, getImmediateValuePointer, getIndex, getLocale, getNamespaceResolver, getNamespaceURI, getNamespaceURI, getNode, getNodeValue, getParent, getPointerByID, getPointerByKey, getRootNode, getValue, getValuePointer, isActual, isAttribute, isContainer, isDefaultNamespace, isLanguage, isNode, isRoot, namespaceIterator, namespacePointer, newChildNodePointer, newNodePointer, printPointerChain, setAttribute, setNamespaceResolver, testNode, toString | 
| クラス java.lang.Object から継承されたメソッド | 
|---|
| finalize, getClass, notify, notifyAll, wait, wait, wait | 
| フィールドの詳細 | 
|---|
private static final long serialVersionUID
private org.apache.commons.jxpath.JXPathBeanInfo beanInfo
| コンストラクタの詳細 | 
|---|
public BeanPointerEx(org.apache.commons.jxpath.ri.QName name,
                     java.lang.Object bean,
                     org.apache.commons.jxpath.JXPathBeanInfo beanInfo,
                     java.util.Locale locale)
name - QNamebean - ターゲットのBeanbeanInfo - ターゲットのBeanの情報locale - ロケール
public BeanPointerEx(org.apache.commons.jxpath.ri.model.NodePointer parent,
                     org.apache.commons.jxpath.ri.QName name,
                     java.lang.Object bean,
                     org.apache.commons.jxpath.JXPathBeanInfo beanInfo)
parent - 親Beanポインタname - QNamebean - ターゲットのBeanbeanInfo - ターゲットのBeanの情報| メソッドの詳細 | 
|---|
public org.apache.commons.jxpath.ri.model.beans.PropertyPointer getPropertyPointer()
org.apache.commons.jxpath.ri.model.beans.BeanPointer 内の getPropertyPointer| 
 | ||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||