9899100101102103104105106
*/ public List getCustomers() { if (customers == null) { customers = new EObjectContainmentEList(Customer.class, this, CustomerPackageImpl.DATA_GRAPH_ROOT__CUSTOMERS); } return customers; }
112113114115116117118119120
*/ public List getOrders() { if (orders == null) { orders = new EObjectContainmentEList(AnOrder.class, this, CustomerPackageImpl.DATA_GRAPH_ROOT__ORDERS); } return orders; }
514515516517518519520521522
*/ public List getQuotes() { if (quotes == null) { quotes = new EObjectContainmentEList(Quote.class, this, SimplePackageImpl.QUOTE__QUOTES); } return quotes; }
767778798081828384
protected List createPropertyList(int listKind, Class dataClass, int property) { switch (listKind) { case ListKind.CONTAINMENT: return new EObjectContainmentEList(dataClass, this, property); } return null; }
868788899091929394
*/ public List getType_() { if (type == null) { type = new EObjectContainmentEList(Type.class, this, ModelPackageImpl.TYPES__TYPE); } return type; }
517518519520521522523524525
919293949596979899
322323324325326327328329330
*/ public List getProperty() { if (property == null) { property = new EObjectContainmentEList(Property.class, this, ModelPackageImpl.TYPE__PROPERTY); } return property; }
899091929394959697
184185186187188189190191192
*/ public List getJavaMetaData() { if (javaMetaData == null) { javaMetaData = new EObjectContainmentEList(JavaMetaData.class, this, MetadataPackageImpl.SDO_META_DATA_GROUP__JAVA_META_DATA); } return javaMetaData; }