blob: 2af278233d94b558cfdd5a0cb512e25aa47a9f18 [file] [log] [blame]
/**
*/
package org.eclipse.papyrus.designer.deployment.profile.Deployment;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.uml2.uml.Property;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Auto Index Per Node</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.designer.deployment.profile.Deployment.AutoIndexPerNode#getBase_Property <em>Base Property</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage#getAutoIndexPerNode()
* @model
* @generated
*/
public interface AutoIndexPerNode extends EObject {
/**
* Returns the value of the '<em><b>Base Property</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Base Property</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Base Property</em>' reference.
* @see #setBase_Property(Property)
* @see org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage#getAutoIndexPerNode_Base_Property()
* @model required="true" ordered="false"
* @generated
*/
Property getBase_Property();
/**
* Sets the value of the '{@link org.eclipse.papyrus.designer.deployment.profile.Deployment.AutoIndexPerNode#getBase_Property <em>Base Property</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Base Property</em>' reference.
* @see #getBase_Property()
* @generated
*/
void setBase_Property(Property value);
} // AutoIndexPerNode