/** * generated by Xtext 2.21.0 */ package hu.bme.mit.inf.dslreasoner.application.applicationConfiguration; /** * * A representation of the model object 'File Specification'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getFileSpecification() * @model * @generated */ public interface FileSpecification extends File { /** * Returns the value of the 'Path' attribute. * * * @return the value of the 'Path' attribute. * @see #setPath(String) * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getFileSpecification_Path() * @model * @generated */ String getPath(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.FileSpecification#getPath Path}' attribute. * * * @param value the new value of the 'Path' attribute. * @see #getPath() * @generated */ void setPath(String value); } // FileSpecification