blob: dd65eb929cea6f4f4a76bdbbd63052a394c934fd [file] [log] [blame]
/**
*/
package org.eclipse.papyrus.infra.constraints;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Reference Property</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.papyrus.infra.constraints.ReferenceProperty#getValue <em>Value</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.papyrus.infra.constraints.ConstraintsPackage#getReferenceProperty()
* @model
* @generated
*/
public interface ReferenceProperty extends ConfigProperty {
/**
* Returns the value of the '<em><b>Value</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Value</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Value</em>' reference.
* @see #setValue(EObject)
* @see org.eclipse.papyrus.infra.constraints.ConstraintsPackage#getReferenceProperty_Value()
* @model required="true"
* @generated
*/
EObject getValue();
/**
* Sets the value of the '{@link org.eclipse.papyrus.infra.constraints.ReferenceProperty#getValue <em>Value</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Value</em>' reference.
* @see #getValue()
* @generated
*/
void setValue(EObject value);
} // ReferenceProperty