jp.carabiner.inkpod.pi.shape.persistence
クラス ResourcePropertyValue

java.lang.Object
  上位を拡張 jp.carabiner.inkpod.pi.shape.persistence.DefaultPersistenceObject
      上位を拡張 jp.carabiner.inkpod.pi.shape.persistence.AbstractCompositionPersistenceValue<Resource>
          上位を拡張 jp.carabiner.inkpod.pi.shape.persistence.ResourcePropertyValue
すべての実装されたインタフェース:
PersistenceObject, Persistentable

public class ResourcePropertyValue
extends AbstractCompositionPersistenceValue<Resource>


コンストラクタの概要
ResourcePropertyValue(java.lang.Object object, java.lang.String name, PersistenceContext context)
           
ResourcePropertyValue(ValueReadWriter<Resource> readWriter, PersistenceContext context)
           
 
メソッドの概要
protected  Resource toPropertyValue()
           
 
クラス jp.carabiner.inkpod.pi.shape.persistence.AbstractCompositionPersistenceValue から継承されたメソッド
flush, getPropertyValue, isEmpty
 
クラス 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
 

コンストラクタの詳細

ResourcePropertyValue

public ResourcePropertyValue(java.lang.Object object,
                             java.lang.String name,
                             PersistenceContext context)

ResourcePropertyValue

public ResourcePropertyValue(ValueReadWriter<Resource> readWriter,
                             PersistenceContext context)
メソッドの詳細

toPropertyValue

protected Resource toPropertyValue()
定義:
クラス AbstractCompositionPersistenceValue<Resource> 内の toPropertyValue