/**
*/
package IFML.Core;
import org.eclipse.uml2.uml.StructuralFeature;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>UML Structural Feature</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link IFML.Core.UMLStructuralFeature#getStructuralFeature <em>Structural Feature</em>}</li>
* </ul>
* </p>
*
* @see IFML.Core.CorePackage#getUMLStructuralFeature()
* @model
* @generated
*/
public interface UMLStructuralFeature extends FeatureConcept {
/**
* Returns the value of the '<em><b>Structural Feature</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Structural Feature</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Structural Feature</em>' reference.
* @see #setStructuralFeature(StructuralFeature)
* @see IFML.Core.CorePackage#getUMLStructuralFeature_StructuralFeature()
* @model ordered="false"
* @generated
*/
StructuralFeature getStructuralFeature();
/**
* Sets the value of the '{@link IFML.Core.UMLStructuralFeature#getStructuralFeature <em>Structural Feature</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Structural Feature</em>' reference.
* @see #getStructuralFeature()
* @generated
*/
void setStructuralFeature(StructuralFeature value);
} // UMLStructuralFeature