|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.carabiner.inkpod.pi.shape.persistence.DefaultPersistenceObject
jp.carabiner.inkpod.pi.shape.persistence.AbstractCompositionPersistenceValue<V>
public abstract class AbstractCompositionPersistenceValue<V>
| コンストラクタの概要 | |
|---|---|
AbstractCompositionPersistenceValue(ValueReadWriter<V> readWriter)
|
|
| メソッドの概要 | |
|---|---|
void |
flush()
このオブジェクトに対して書き込みが要求された内容のうち、 まだ反映されてないものを反映させる。 |
V |
getPropertyValue()
|
boolean |
isEmpty()
内容が空であるか調べる。 |
protected abstract V |
toPropertyValue()
|
| クラス jp.carabiner.inkpod.pi.shape.persistence.DefaultPersistenceObject から継承されたメソッド |
|---|
addProperty, addProperty, addProperty, addProperty, addProperty, getPersistenceProperties, getProperty, isArray, isObject |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public AbstractCompositionPersistenceValue(ValueReadWriter<V> readWriter)
| メソッドの詳細 |
|---|
public void flush()
Persistentable の記述:
Persistentable 内の flushDefaultPersistenceObject 内の flushpublic V getPropertyValue()
public boolean isEmpty()
Persistentable の記述:
Persistentable 内の isEmptyDefaultPersistenceObject 内の isEmptyprotected abstract V toPropertyValue()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||