Interface ReconfigurationFolder

All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, EObject, Notifier
All Known Implementing Classes:
ReconfigurationFolderImpl

public interface ReconfigurationFolder extends org.eclipse.emf.cdo.CDOObject
A representation of the model object 'Reconfiguration Folder'. A folder with self-adaptation rules.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getFolderURI

      String getFolderURI()
      Returns the value of the 'Folder URI' attribute.

      If the meaning of the 'Folder URI' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Folder URI' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true"
    • setFolderURI

      void setFolderURI(String value)
      Sets the value of the 'Folder URI' attribute.
      Parameters:
      value - the new value of the 'Folder URI' attribute.
      See Also:
      Generated class or method.