| 
 | ||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.apache.commons.jxpath.ri.model.NodePointer
org.apache.commons.jxpath.ri.model.beans.PropertyPointer
org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
jp.terasoluna.fw.beans.jxpath.BeanPropertyPointerEx
public class BeanPropertyPointerEx
null値を扱うためのBeanプロパティポインタ拡張クラス。
デフォルトのBeanプロパティポインタでは、 final指定されていないクラス(Object,Date、ArrayList、etc)の属性に nullが入っていた場合、値がないものとして扱われる。 nullを取得したい場合、本クラスを使用する必要がある。
BeanPointerFactoryEx, 
直列化された形式| フィールドの概要 | |
|---|---|
| private static long | serialVersionUIDシリアルバージョンID。 | 
| クラス org.apache.commons.jxpath.ri.model.beans.PropertyPointer から継承されたフィールド | 
|---|
| bean, propertyIndex, UNSPECIFIED_PROPERTY | 
| クラス org.apache.commons.jxpath.ri.model.NodePointer から継承されたフィールド | 
|---|
| index, locale, parent, UNKNOWN_NAMESPACE, WHOLE_COLLECTION | 
| コンストラクタの概要 | |
|---|---|
| BeanPropertyPointerEx(org.apache.commons.jxpath.ri.model.NodePointer parent,
                      org.apache.commons.jxpath.JXPathBeanInfo beanInfo)コンストラクタ。 | |
| メソッドの概要 | |
|---|---|
|  int | getLength()要素数を取得する。 | 
|  boolean | isCollection()配列かどうか判断する。 | 
| クラス org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer から継承されたメソッド | 
|---|
| createPath, getBaseValue, getImmediateNode, getPropertyCount, getPropertyDescriptors, getPropertyName, getPropertyNames, isActualProperty, isContainer, remove, setIndex, setPropertyIndex, setPropertyName, setValue | 
| クラス org.apache.commons.jxpath.ri.model.beans.PropertyPointer から継承されたメソッド | 
|---|
| compareChildNodePointers, createChild, createChild, createPath, equals, getBean, getImmediateValuePointer, getName, getPropertyIndex, hashCode, isActual, isLeaf | 
| クラス org.apache.commons.jxpath.ri.model.NodePointer から継承されたメソッド | 
|---|
| asPath, attributeIterator, childIterator, clone, compareTo, createAttribute, getDefaultNamespaceURI, getImmediateParentPointer, getIndex, getLocale, getNamespaceResolver, getNamespaceURI, getNamespaceURI, getNode, getNodeValue, getParent, getPointerByID, getPointerByKey, getRootNode, getValue, getValuePointer, isAttribute, 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
| コンストラクタの詳細 | 
|---|
public BeanPropertyPointerEx(org.apache.commons.jxpath.ri.model.NodePointer parent,
                             org.apache.commons.jxpath.JXPathBeanInfo beanInfo)
parent - 親となるBeanポインタbeanInfo - ターゲットのBeanの情報| メソッドの詳細 | 
|---|
public int getLength()
org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer 内の getLengthpublic boolean isCollection()
org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer 内の isCollection| 
 | ||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||