org.eclipse.emf.ecp.core.util
Interface ECPPropertiesAware

All Known Subinterfaces:
ECPContainer, ECPProject, ECPRepository, InternalProject, InternalRepository
All Known Implementing Classes:
ECPProjectImpl, ECPRepositoryImpl, PropertiesElement

public interface ECPPropertiesAware

Interface used on classes which have properties attached.

Author:
Eike Stepper, Eugen Neufeld

Method Summary
 ECPProperties getProperties()
          This returns the ECPProperties attached to this object.
 

Method Detail

getProperties

ECPProperties getProperties()
This returns the ECPProperties attached to this object.

Returns:
the ECPProperties this object knows of


Copyright © 2015. All Rights Reserved.