blob: 73ced2376c0b37e7f4c09cc6c33f443f29119ac9 [file] [log] [blame]
/**
*/
package org.eclipse.qvto.examples.xtext.qvtoperational.qvtoperationalcs;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc --> A representation of the model object '
* <em><b>Classifier Property2 CS</b></em>'. <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperational.qvtoperationalcs.ClassifierProperty2CS#getStereotypeQualifiers <em>Stereotype Qualifiers</em>}</li>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperational.qvtoperationalcs.ClassifierProperty2CS#getFeatureKeys <em>Feature Keys</em>}</li>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperational.qvtoperationalcs.ClassifierProperty2CS#getMultiplicity <em>Multiplicity</em>}</li>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperational.qvtoperationalcs.ClassifierProperty2CS#getOpposite <em>Opposite</em>}</li>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperational.qvtoperationalcs.ClassifierProperty2CS#isIsOrdered <em>Is Ordered</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.qvto.examples.xtext.qvtoperational.qvtoperationalcs.QVTOperationalCSPackage#getClassifierProperty2CS()
* @model
* @generated
*/
public interface ClassifierProperty2CS
extends LocalPropertyCS {
/**
* Returns the value of the '<em><b>Stereotype Qualifiers</b></em>' attribute list.
* The list contents are of type {@link java.lang.String}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Stereotype Qualifiers</em>' attribute list
* isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Stereotype Qualifiers</em>' attribute list.
* @see org.eclipse.qvto.examples.xtext.qvtoperational.qvtoperationalcs.QVTOperationalCSPackage#getClassifierProperty2CS_StereotypeQualifiers()
* @model
* @generated
*/
EList<String> getStereotypeQualifiers();
/**
* Returns the value of the '<em><b>Feature Keys</b></em>' attribute list.
* The list contents are of type {@link java.lang.String}. <!--
* begin-user-doc -->
* <p>
* If the meaning of the '<em>Feature Keys</em>' attribute list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>Feature Keys</em>' attribute list.
* @see org.eclipse.qvto.examples.xtext.qvtoperational.qvtoperationalcs.QvtoperationalcsPackage#getClassifierProperty2CS_FeatureKeys()
* @model
* @generated
*/
EList<String> getFeatureKeys();
/**
* Returns the value of the '<em><b>Multiplicity</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Multiplicity</em>' containment reference isn't
* clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Multiplicity</em>' containment reference.
* @see #setMultiplicity(MultiplicityDefCS)
* @see org.eclipse.qvto.examples.xtext.qvtoperational.qvtoperationalcs.QVTOperationalCSPackage#getClassifierProperty2CS_Multiplicity()
* @model containment="true"
* @generated
*/
MultiplicityDefCS getMultiplicity();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperational.qvtoperationalcs.ClassifierProperty2CS#getMultiplicity <em>Multiplicity</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Multiplicity</em>' containment reference.
* @see #getMultiplicity()
* @generated
*/
void setMultiplicity(MultiplicityDefCS value);
/**
* Returns the value of the '<em><b>Opposite</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Opposite</em>' containment reference isn't
* clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Opposite</em>' containment reference.
* @see #setOpposite(OppositePropertyCS)
* @see org.eclipse.qvto.examples.xtext.qvtoperational.qvtoperationalcs.QVTOperationalCSPackage#getClassifierProperty2CS_Opposite()
* @model containment="true"
* @generated
*/
OppositePropertyCS getOpposite();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperational.qvtoperationalcs.ClassifierProperty2CS#getOpposite <em>Opposite</em>}' containment reference.
* <!-- begin-user-doc --> <!--
* end-user-doc -->
* @param value the new value of the '<em>Opposite</em>' containment reference.
* @see #getOpposite()
* @generated
*/
void setOpposite(OppositePropertyCS value);
/**
* Returns the value of the '<em><b>Is Ordered</b></em>' attribute.
* The default value is <code>"true"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Is Ordered</em>' attribute isn't clear, there
* really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Is Ordered</em>' attribute.
* @see #setIsOrdered(boolean)
* @see org.eclipse.qvto.examples.xtext.qvtoperational.qvtoperationalcs.QVTOperationalCSPackage#getClassifierProperty2CS_IsOrdered()
* @model default="true"
* @generated
*/
boolean isIsOrdered();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperational.qvtoperationalcs.ClassifierProperty2CS#isIsOrdered <em>Is Ordered</em>}' attribute.
* <!-- begin-user-doc --> <!--
* end-user-doc -->
* @param value the new value of the '<em>Is Ordered</em>' attribute.
* @see #isIsOrdered()
* @generated
*/
void setIsOrdered(boolean value);
} // ClassifierProperty2CS