Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.emf.teneo.samples/src/com/ibm/websphere/appserver/schemas/_6/_0/ibm/portal/test/impl/BooksInLibImpl.java')
-rwxr-xr-xtests/org.eclipse.emf.teneo.samples/src/com/ibm/websphere/appserver/schemas/_6/_0/ibm/portal/test/impl/BooksInLibImpl.java79
1 files changed, 41 insertions, 38 deletions
diff --git a/tests/org.eclipse.emf.teneo.samples/src/com/ibm/websphere/appserver/schemas/_6/_0/ibm/portal/test/impl/BooksInLibImpl.java b/tests/org.eclipse.emf.teneo.samples/src/com/ibm/websphere/appserver/schemas/_6/_0/ibm/portal/test/impl/BooksInLibImpl.java
index 201a2ce7a..ddc83a25e 100755
--- a/tests/org.eclipse.emf.teneo.samples/src/com/ibm/websphere/appserver/schemas/_6/_0/ibm/portal/test/impl/BooksInLibImpl.java
+++ b/tests/org.eclipse.emf.teneo.samples/src/com/ibm/websphere/appserver/schemas/_6/_0/ibm/portal/test/impl/BooksInLibImpl.java
@@ -25,23 +25,24 @@ import org.eclipse.emf.ecore.util.EObjectContainmentEList;
import org.eclipse.emf.ecore.util.InternalEList;
/**
- * <!-- begin-user-doc -->
- * An implementation of the model object '<em><b>Books In Lib</b></em>'.
+ * <!-- begin-user-doc --> An implementation of the model object '<em><b>Books In Lib</b></em>'.
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* <ul>
- * <li>{@link com.ibm.websphere.appserver.schemas._6._0.ibm.portal.test.impl.BooksInLibImpl#getLibrary <em>Library</em>}</li>
+ * <li>
+ * {@link com.ibm.websphere.appserver.schemas._6._0.ibm.portal.test.impl.BooksInLibImpl#getLibrary
+ * <em>Library</em>}</li>
* </ul>
* </p>
- *
+ *
* @generated
*/
public class BooksInLibImpl extends EObjectImpl implements BooksInLib {
/**
* The cached value of the '{@link #getLibrary() <em>Library</em>}' containment reference list.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @see #getLibrary()
* @generated
* @ordered
@@ -49,8 +50,8 @@ public class BooksInLibImpl extends EObjectImpl implements BooksInLib {
protected EList<Library> library;
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
protected BooksInLibImpl() {
@@ -58,8 +59,8 @@ public class BooksInLibImpl extends EObjectImpl implements BooksInLib {
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
@@ -68,89 +69,91 @@ public class BooksInLibImpl extends EObjectImpl implements BooksInLib {
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public EList<Library> getLibrary() {
if (library == null) {
- library = new EObjectContainmentEList<Library>(Library.class, this, TestPackage.BOOKS_IN_LIB__LIBRARY);
+ library = new EObjectContainmentEList<Library>(Library.class, this,
+ TestPackage.BOOKS_IN_LIB__LIBRARY);
}
return library;
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
- public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) {
+ public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID,
+ NotificationChain msgs) {
switch (featureID) {
- case TestPackage.BOOKS_IN_LIB__LIBRARY:
- return ((InternalEList<?>)getLibrary()).basicRemove(otherEnd, msgs);
+ case TestPackage.BOOKS_IN_LIB__LIBRARY:
+ return ((InternalEList<?>) getLibrary()).basicRemove(otherEnd, msgs);
}
return super.eInverseRemove(otherEnd, featureID, msgs);
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
public Object eGet(int featureID, boolean resolve, boolean coreType) {
switch (featureID) {
- case TestPackage.BOOKS_IN_LIB__LIBRARY:
- return getLibrary();
+ case TestPackage.BOOKS_IN_LIB__LIBRARY:
+ return getLibrary();
}
return super.eGet(featureID, resolve, coreType);
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@SuppressWarnings("unchecked")
@Override
public void eSet(int featureID, Object newValue) {
switch (featureID) {
- case TestPackage.BOOKS_IN_LIB__LIBRARY:
- getLibrary().clear();
- getLibrary().addAll((Collection<? extends Library>)newValue);
- return;
+ case TestPackage.BOOKS_IN_LIB__LIBRARY:
+ getLibrary().clear();
+ getLibrary().addAll((Collection<? extends Library>) newValue);
+ return;
}
super.eSet(featureID, newValue);
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
public void eUnset(int featureID) {
switch (featureID) {
- case TestPackage.BOOKS_IN_LIB__LIBRARY:
- getLibrary().clear();
- return;
+ case TestPackage.BOOKS_IN_LIB__LIBRARY:
+ getLibrary().clear();
+ return;
}
super.eUnset(featureID);
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
public boolean eIsSet(int featureID) {
switch (featureID) {
- case TestPackage.BOOKS_IN_LIB__LIBRARY:
- return library != null && !library.isEmpty();
+ case TestPackage.BOOKS_IN_LIB__LIBRARY:
+ return library != null && !library.isEmpty();
}
return super.eIsSet(featureID);
}
-} //BooksInLibImpl
+} // BooksInLibImpl

Back to the top