org.eclipse.emf.ecp.core
Interface ECPRepository

All Superinterfaces:
Comparable<ECPElement>, ECPContainer, ECPElement, ECPPropertiesAware, ECPProviderAware
All Known Subinterfaces:
InternalRepository
All Known Implementing Classes:
ECPRepositoryImpl

public interface ECPRepository
extends ECPContainer

This class describes a repository.

Author:
Eike Stepper

Field Summary
static String TYPE
          The type of this ECPElement.
 
Method Summary
 String getDescription()
          Returns the description for this ECPRepository.
 String getLabel()
          Returns the label for the ECPRepository.
 
Methods inherited from interface org.eclipse.emf.ecp.core.util.ECPContainer
canDelete, delete
 
Methods inherited from interface org.eclipse.emf.ecp.core.util.ECPElement
getName
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface org.eclipse.emf.ecp.core.util.ECPPropertiesAware
getProperties
 
Methods inherited from interface org.eclipse.emf.ecp.core.util.ECPProviderAware
getProvider
 

Field Detail

TYPE

static final String TYPE
The type of this ECPElement.

See Also:
Constant Field Values
Method Detail

getLabel

String getLabel()
Returns the label for the ECPRepository.

Returns:
the label for this repository

getDescription

String getDescription()
Returns the description for this ECPRepository.

Returns:
the description for this repository


Copyright © 2015. All Rights Reserved.