|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.apache.commons.jxpath.ri.model.NodePointer
org.apache.commons.jxpath.ri.model.beans.PropertyPointer
org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
jp.terasoluna.fw.beans.jxpath.DynamicPropertyPointerEx
public class DynamicPropertyPointerEx
null値を扱うためのMap用プロパティポインタ拡張クラス。
デフォルトのMapプロパティポインタでは、 Mapの値にnullが入っていた場合、値がないものとして扱われる。 nullを取得したい場合、本クラスを使用する必要がある。
フィールドの概要 | |
---|---|
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 |
コンストラクタの概要 | |
---|---|
DynamicPropertyPointerEx(org.apache.commons.jxpath.ri.model.NodePointer parent,
org.apache.commons.jxpath.DynamicPropertyHandler handler)
コンストラクタ。 |
メソッドの概要 | |
---|---|
int |
getLength()
要素数を取得する。 |
クラス org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer から継承されたメソッド |
---|
asPath, createPath, createPath, getBaseValue, getImmediateNode, getPropertyCount, getPropertyIndex, getPropertyName, getPropertyNames, isActualProperty, isContainer, remove, setPropertyIndex, setPropertyName, setValue |
クラス org.apache.commons.jxpath.ri.model.beans.PropertyPointer から継承されたメソッド |
---|
compareChildNodePointers, createChild, createChild, equals, getBean, getImmediateValuePointer, getName, hashCode, isActual, isCollection, isLeaf |
クラス org.apache.commons.jxpath.ri.model.NodePointer から継承されたメソッド |
---|
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, setIndex, setNamespaceResolver, testNode, toString |
クラス java.lang.Object から継承されたメソッド |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
---|
private static final long serialVersionUID
コンストラクタの詳細 |
---|
public DynamicPropertyPointerEx(org.apache.commons.jxpath.ri.model.NodePointer parent, org.apache.commons.jxpath.DynamicPropertyHandler handler)
parent
- 親Map用ポインタhandler
- プロパティハンドラメソッドの詳細 |
---|
public int getLength()
org.apache.commons.jxpath.ri.model.beans.PropertyPointer
内の getLength
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |