/** * Copyright (c) 2004 - 2008 Eike Stepper, Germany. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Eike Stepper - initial API and implementation * * $Id: GenListOfBooleanImpl.java,v 1.2 2008-12-28 17:57:09 estepper Exp $ */ package org.eclipse.emf.cdo.tests.model5.impl; import org.eclipse.emf.cdo.tests.model5.GenListOfBoolean; import org.eclipse.emf.cdo.tests.model5.Model5Package; import org.eclipse.emf.internal.cdo.CDOObjectImpl; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EClass; /** * An implementation of the model object 'Gen List Of Boolean'. *

* The following features are implemented: *

*

* * @generated */ public class GenListOfBooleanImpl extends CDOObjectImpl implements GenListOfBoolean { /** * * * @generated */ public static final String copyright = "Copyright (c) 2004 - 2008 Eike Stepper, Germany.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License v1.0\r\nwhich accompanies this distribution, and is available at\r\nhttp://www.eclipse.org/legal/epl-v10.html\r\n\r\nContributors:\r\n Eike Stepper - initial API and implementation"; /** * * @generated */ protected GenListOfBooleanImpl() { super(); } /** * * @generated */ @Override protected EClass eStaticClass() { return Model5Package.Literals.GEN_LIST_OF_BOOLEAN; } /** * * @generated */ @Override protected int eStaticFeatureCount() { return 0; } /** * * @generated */ @SuppressWarnings("unchecked") public EList getElements() { return (EList)eGet(Model5Package.Literals.GEN_LIST_OF_BOOLEAN__ELEMENTS, true); } } // GenListOfBooleanImpl