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

* The following features are supported: *

* * * @see com.minres.rdl.rdl.RdlPackage#getInstancePropertyRef() * @model * @generated */ public interface InstancePropertyRef extends EObject { /** * Returns the value of the 'Instance' containment reference. * *

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

* * @return the value of the 'Instance' containment reference. * @see #setInstance(InstanceRef) * @see com.minres.rdl.rdl.RdlPackage#getInstancePropertyRef_Instance() * @model containment="true" * @generated */ InstanceRef getInstance(); /** * Sets the value of the '{@link com.minres.rdl.rdl.InstancePropertyRef#getInstance Instance}' containment reference. * * * @param value the new value of the 'Instance' containment reference. * @see #getInstance() * @generated */ void setInstance(InstanceRef value); /** * Returns the value of the 'Property Enum' attribute. * The literals are from the enumeration {@link com.minres.rdl.rdl.PropertyEnum}. * *

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

* * @return the value of the 'Property Enum' attribute. * @see com.minres.rdl.rdl.PropertyEnum * @see #setPropertyEnum(PropertyEnum) * @see com.minres.rdl.rdl.RdlPackage#getInstancePropertyRef_PropertyEnum() * @model * @generated */ PropertyEnum getPropertyEnum(); /** * Sets the value of the '{@link com.minres.rdl.rdl.InstancePropertyRef#getPropertyEnum Property Enum}' attribute. * * * @param value the new value of the 'Property Enum' attribute. * @see com.minres.rdl.rdl.PropertyEnum * @see #getPropertyEnum() * @generated */ void setPropertyEnum(PropertyEnum value); /** * Returns the value of the 'Property' reference. * *

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

* * @return the value of the 'Property' reference. * @see #setProperty(PropertyDefinition) * @see com.minres.rdl.rdl.RdlPackage#getInstancePropertyRef_Property() * @model * @generated */ PropertyDefinition getProperty(); /** * Sets the value of the '{@link com.minres.rdl.rdl.InstancePropertyRef#getProperty Property}' reference. * * * @param value the new value of the 'Property' reference. * @see #getProperty() * @generated */ void setProperty(PropertyDefinition value); } // InstancePropertyRef