Package org.eclipse.emf.ecore.util

Examples of org.eclipse.emf.ecore.util.EObjectContainmentEList


   * <!-- end-user-doc -->
   * @generated
   */
  public EList getValues() {
    if (values == null) {
      values = new EObjectContainmentEList(Value.class, this, SmartGenPackage.FIELD_VALUE__VALUES);
    }
    return values;
  }
View Full Code Here


   * <!-- end-user-doc -->
   * @generated
   */
  public EList getContent() {
    if (content == null) {
      content = new EObjectContainmentEList(File.class, this, SmartGenPackage.PACKAGE__CONTENT);
    }
    return content;
  }
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getFieldValues() {
    if (fieldValues == null) {
      fieldValues = new EObjectContainmentEList(FieldValue.class, this, SmartGenPackage.DATA__FIELD_VALUES);
    }
    return fieldValues;
  }
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getM_declarator() {
    if (m_declarator == null) {
      m_declarator = new EObjectContainmentEList(DeclaratorAst.class, this, QvtAstPackage.TUPLE_COMPLEX_TYPE_AST__MDECLARATOR);
    }
    return m_declarator;
  }
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getM_dict_item() {
    if (m_dict_item == null) {
      m_dict_item = new EObjectContainmentEList(DictItemAst.class, this, QvtAstPackage.LITERAL_DICT_AST__MDICT_ITEM);
    }
    return m_dict_item;
  }
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getM_qualifier() {
    if (m_qualifier == null) {
      m_qualifier = new EObjectContainmentEList(QualifierAst.class, this, QvtAstPackage.CONSTRUCTOR_HEADER_AST__MQUALIFIER);
    }
    return m_qualifier;
  }
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getChildren() {
    if (children == null) {
      children = new EObjectContainmentEList(Source.class, this, BPELPackage.SOURCES__CHILDREN);
    }
    return children;
  }
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getChildren() {
    if (children == null) {
      children = new EObjectContainmentEList(Correlation.class, this, BPELPackage.CORRELATIONS__CHILDREN);
    }
    return children;
  }
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getChildren() {
    if (children == null) {
      children = new EObjectContainmentEList(CorrelationSet.class, this, BPELPackage.CORRELATION_SETS__CHILDREN);
    }
    return children;
  }
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getCopy() {
    if (copy == null) {
      copy = new EObjectContainmentEList(Copy.class, this, BPELPackage.ASSIGN__COPY);
    }
    return copy;
  }
View Full Code Here

TOP

Related Classes of org.eclipse.emf.ecore.util.EObjectContainmentEList

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.