/** * generated by Xtext 2.26.0 */ package com.minres.rdl.rdl; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Entity'. * * *

* The following features are supported: *

* * * @see com.minres.rdl.rdl.RdlPackage#getEntity() * @model * @generated */ public interface Entity extends EObject { /** * Returns the value of the 'Name' attribute. * * * @return the value of the 'Name' attribute. * @see #setName(String) * @see com.minres.rdl.rdl.RdlPackage#getEntity_Name() * @model * @generated */ String getName(); /** * Sets the value of the '{@link com.minres.rdl.rdl.Entity#getName Name}' attribute. * * * @param value the new value of the 'Name' attribute. * @see #getName() * @generated */ void setName(String value); } // Entity