156157158159160161162163164
* <!-- end-user-doc --> * @generated */ public EList getValues() { if (values == null) { values = new EObjectContainmentEList(Value.class, this, SmartGenPackage.FIELD_VALUE__VALUES); } return values; }
113114115116117118119120121
* <!-- end-user-doc --> * @generated */ public EList getContent() { if (content == null) { content = new EObjectContainmentEList(File.class, this, SmartGenPackage.PACKAGE__CONTENT); } return content; }
93949596979899100101
* <!-- end-user-doc --> * @generated */ public EList getFieldValues() { if (fieldValues == null) { fieldValues = new EObjectContainmentEList(FieldValue.class, this, SmartGenPackage.DATA__FIELD_VALUES); } return fieldValues; }
697071727374757677
* <!-- 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; }
* <!-- 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; }
96979899100101102103104
* <!-- 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; }
767778798081828384
* <!-- end-user-doc --> * @generated */ public EList getChildren() { if (children == null) { children = new EObjectContainmentEList(Source.class, this, BPELPackage.SOURCES__CHILDREN); } return children; }
* <!-- end-user-doc --> * @generated */ public EList getChildren() { if (children == null) { children = new EObjectContainmentEList(Correlation.class, this, BPELPackage.CORRELATIONS__CHILDREN); } return children; }
* <!-- end-user-doc --> * @generated */ public EList getChildren() { if (children == null) { children = new EObjectContainmentEList(CorrelationSet.class, this, BPELPackage.CORRELATION_SETS__CHILDREN); } return children; }
101102103104105106107108109
* <!-- end-user-doc --> * @generated */ public EList getCopy() { if (copy == null) { copy = new EObjectContainmentEList(Copy.class, this, BPELPackage.ASSIGN__COPY); } return copy; }