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

* The following features are supported: *

* * * @see com.minres.rdl.rdl.RdlPackage#getConcatElem() * @model * @generated */ public interface ConcatElem extends EObject { /** * Returns the value of the 'Inst Prop Ref' containment reference. * *

* If the meaning of the 'Inst Prop Ref' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Inst Prop Ref' containment reference. * @see #setInstPropRef(InstancePropertyRef) * @see com.minres.rdl.rdl.RdlPackage#getConcatElem_InstPropRef() * @model containment="true" * @generated */ InstancePropertyRef getInstPropRef(); /** * Sets the value of the '{@link com.minres.rdl.rdl.ConcatElem#getInstPropRef Inst Prop Ref}' containment reference. * * * @param value the new value of the 'Inst Prop Ref' containment reference. * @see #getInstPropRef() * @generated */ void setInstPropRef(InstancePropertyRef value); /** * Returns the value of the 'Value' attribute. * *

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

* * @return the value of the 'Value' attribute. * @see #setValue(Object) * @see com.minres.rdl.rdl.RdlPackage#getConcatElem_Value() * @model * @generated */ Object getValue(); /** * Sets the value of the '{@link com.minres.rdl.rdl.ConcatElem#getValue Value}' attribute. * * * @param value the new value of the 'Value' attribute. * @see #getValue() * @generated */ void setValue(Object value); } // ConcatElem