org.eclipse.emf.ecp.internal.core.util
Interface PropertiesStore.StorableElement

All Superinterfaces:
Comparable<ECPElement>, ECPElement
All Known Subinterfaces:
InternalProject, InternalRepository
All Known Implementing Classes:
ECPProjectImpl, ECPRepositoryImpl, PropertiesElement
Enclosing class:
PropertiesStore<ELEMENT extends PropertiesStore.StorableElement,OBSERVER extends ECPObserver>

public static interface PropertiesStore.StorableElement
extends ECPElement

Author:
Eike Stepper

Method Summary
 boolean isStorable()
           
 void write(ObjectOutput out)
           
 
Methods inherited from interface org.eclipse.emf.ecp.core.util.ECPElement
getName
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

isStorable

boolean isStorable()

write

void write(ObjectOutput out)
           throws IOException
Throws:
IOException


Copyright © 2014. All Rights Reserved.