blob: 852b68b1436573c8dcf02da3ca75f36ecf304ae8 [file] [log] [blame]
/***************************************************************************************************
* Copyright (c) 2005, 2006 IBM Corporation and others.
* 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:
* IBM Corporation - initial API and implementation
* Oracle Corporation - revision
**************************************************************************************************/
package org.eclipse.jst.jsf.facesconfig.emf.impl;
import java.util.Collection;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.notify.NotificationChain;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EStructuralFeature;
import org.eclipse.emf.ecore.InternalEObject;
import org.eclipse.emf.ecore.impl.ENotificationImpl;
import org.eclipse.emf.ecore.impl.EObjectImpl;
import org.eclipse.emf.ecore.util.EObjectContainmentEList;
import org.eclipse.emf.ecore.util.InternalEList;
import org.eclipse.jst.jsf.facesconfig.emf.DescriptionType;
import org.eclipse.jst.jsf.facesconfig.emf.DisplayNameType;
import org.eclipse.jst.jsf.facesconfig.emf.FacesConfigPackage;
import org.eclipse.jst.jsf.facesconfig.emf.FacetExtensionType;
import org.eclipse.jst.jsf.facesconfig.emf.FacetNameType;
import org.eclipse.jst.jsf.facesconfig.emf.FacetType;
import org.eclipse.jst.jsf.facesconfig.emf.IconType;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Facet Type</b></em>'.
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* <ul>
* <li>{@link org.eclipse.jst.jsf.facesconfig.emf.impl.FacetTypeImpl#getDescription <em>Description</em>}</li>
* <li>{@link org.eclipse.jst.jsf.facesconfig.emf.impl.FacetTypeImpl#getDisplayName <em>Display Name</em>}</li>
* <li>{@link org.eclipse.jst.jsf.facesconfig.emf.impl.FacetTypeImpl#getIcon <em>Icon</em>}</li>
* <li>{@link org.eclipse.jst.jsf.facesconfig.emf.impl.FacetTypeImpl#getFacetName <em>Facet Name</em>}</li>
* <li>{@link org.eclipse.jst.jsf.facesconfig.emf.impl.FacetTypeImpl#getFacetExtension <em>Facet Extension</em>}</li>
* <li>{@link org.eclipse.jst.jsf.facesconfig.emf.impl.FacetTypeImpl#getId <em>Id</em>}</li>
* </ul>
* </p>
*
* @generated
*/
public class FacetTypeImpl extends EObjectImpl implements FacetType {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public static final String copyright = "Copyright (c) 2005, 2006 IBM Corporation and others";
/**
* The cached value of the '{@link #getDescription() <em>Description</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getDescription()
* @generated
* @ordered
*/
protected EList description = null;
/**
* The cached value of the '{@link #getDisplayName() <em>Display Name</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getDisplayName()
* @generated
* @ordered
*/
protected EList displayName = null;
/**
* The cached value of the '{@link #getIcon() <em>Icon</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getIcon()
* @generated
* @ordered
*/
protected EList icon = null;
/**
* The cached value of the '{@link #getFacetName() <em>Facet Name</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getFacetName()
* @generated
* @ordered
*/
protected FacetNameType facetName = null;
/**
* The cached value of the '{@link #getFacetExtension() <em>Facet Extension</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getFacetExtension()
* @generated
* @ordered
*/
protected EList facetExtension = null;
/**
* The default value of the '{@link #getId() <em>Id</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getId()
* @generated
* @ordered
*/
protected static final String ID_EDEFAULT = null;
/**
* The cached value of the '{@link #getId() <em>Id</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getId()
* @generated
* @ordered
*/
protected String id = ID_EDEFAULT;
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected FacetTypeImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected EClass eStaticClass() {
return FacesConfigPackage.Literals.FACET_TYPE;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList getDescription() {
if (description == null) {
description = new EObjectContainmentEList(DescriptionType.class, this, FacesConfigPackage.FACET_TYPE__DESCRIPTION);
}
return description;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList getDisplayName() {
if (displayName == null) {
displayName = new EObjectContainmentEList(DisplayNameType.class, this, FacesConfigPackage.FACET_TYPE__DISPLAY_NAME);
}
return displayName;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList getIcon() {
if (icon == null) {
icon = new EObjectContainmentEList(IconType.class, this, FacesConfigPackage.FACET_TYPE__ICON);
}
return icon;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public FacetNameType getFacetName() {
return facetName;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetFacetName(FacetNameType newFacetName, NotificationChain msgs) {
FacetNameType oldFacetName = facetName;
facetName = newFacetName;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FacesConfigPackage.FACET_TYPE__FACET_NAME, oldFacetName, newFacetName);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setFacetName(FacetNameType newFacetName) {
if (newFacetName != facetName) {
NotificationChain msgs = null;
if (facetName != null)
msgs = ((InternalEObject)facetName).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - FacesConfigPackage.FACET_TYPE__FACET_NAME, null, msgs);
if (newFacetName != null)
msgs = ((InternalEObject)newFacetName).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - FacesConfigPackage.FACET_TYPE__FACET_NAME, null, msgs);
msgs = basicSetFacetName(newFacetName, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, FacesConfigPackage.FACET_TYPE__FACET_NAME, newFacetName, newFacetName));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList getFacetExtension() {
if (facetExtension == null) {
facetExtension = new EObjectContainmentEList(FacetExtensionType.class, this, FacesConfigPackage.FACET_TYPE__FACET_EXTENSION);
}
return facetExtension;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public String getId() {
return id;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setId(String newId) {
String oldId = id;
id = newId;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, FacesConfigPackage.FACET_TYPE__ID, oldId, id));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) {
switch (featureID) {
case FacesConfigPackage.FACET_TYPE__DESCRIPTION:
return ((InternalEList)getDescription()).basicRemove(otherEnd, msgs);
case FacesConfigPackage.FACET_TYPE__DISPLAY_NAME:
return ((InternalEList)getDisplayName()).basicRemove(otherEnd, msgs);
case FacesConfigPackage.FACET_TYPE__ICON:
return ((InternalEList)getIcon()).basicRemove(otherEnd, msgs);
case FacesConfigPackage.FACET_TYPE__FACET_NAME:
return basicSetFacetName(null, msgs);
case FacesConfigPackage.FACET_TYPE__FACET_EXTENSION:
return ((InternalEList)getFacetExtension()).basicRemove(otherEnd, msgs);
}
return super.eInverseRemove(otherEnd, featureID, msgs);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public Object eGet(int featureID, boolean resolve, boolean coreType) {
switch (featureID) {
case FacesConfigPackage.FACET_TYPE__DESCRIPTION:
return getDescription();
case FacesConfigPackage.FACET_TYPE__DISPLAY_NAME:
return getDisplayName();
case FacesConfigPackage.FACET_TYPE__ICON:
return getIcon();
case FacesConfigPackage.FACET_TYPE__FACET_NAME:
return getFacetName();
case FacesConfigPackage.FACET_TYPE__FACET_EXTENSION:
return getFacetExtension();
case FacesConfigPackage.FACET_TYPE__ID:
return getId();
}
return super.eGet(featureID, resolve, coreType);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void eSet(int featureID, Object newValue) {
switch (featureID) {
case FacesConfigPackage.FACET_TYPE__DESCRIPTION:
getDescription().clear();
getDescription().addAll((Collection)newValue);
return;
case FacesConfigPackage.FACET_TYPE__DISPLAY_NAME:
getDisplayName().clear();
getDisplayName().addAll((Collection)newValue);
return;
case FacesConfigPackage.FACET_TYPE__ICON:
getIcon().clear();
getIcon().addAll((Collection)newValue);
return;
case FacesConfigPackage.FACET_TYPE__FACET_NAME:
setFacetName((FacetNameType)newValue);
return;
case FacesConfigPackage.FACET_TYPE__FACET_EXTENSION:
getFacetExtension().clear();
getFacetExtension().addAll((Collection)newValue);
return;
case FacesConfigPackage.FACET_TYPE__ID:
setId((String)newValue);
return;
}
super.eSet(featureID, newValue);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void eUnset(int featureID) {
switch (featureID) {
case FacesConfigPackage.FACET_TYPE__DESCRIPTION:
getDescription().clear();
return;
case FacesConfigPackage.FACET_TYPE__DISPLAY_NAME:
getDisplayName().clear();
return;
case FacesConfigPackage.FACET_TYPE__ICON:
getIcon().clear();
return;
case FacesConfigPackage.FACET_TYPE__FACET_NAME:
setFacetName((FacetNameType)null);
return;
case FacesConfigPackage.FACET_TYPE__FACET_EXTENSION:
getFacetExtension().clear();
return;
case FacesConfigPackage.FACET_TYPE__ID:
setId(ID_EDEFAULT);
return;
}
super.eUnset(featureID);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean eIsSet(int featureID) {
switch (featureID) {
case FacesConfigPackage.FACET_TYPE__DESCRIPTION:
return description != null && !description.isEmpty();
case FacesConfigPackage.FACET_TYPE__DISPLAY_NAME:
return displayName != null && !displayName.isEmpty();
case FacesConfigPackage.FACET_TYPE__ICON:
return icon != null && !icon.isEmpty();
case FacesConfigPackage.FACET_TYPE__FACET_NAME:
return facetName != null;
case FacesConfigPackage.FACET_TYPE__FACET_EXTENSION:
return facetExtension != null && !facetExtension.isEmpty();
case FacesConfigPackage.FACET_TYPE__ID:
return ID_EDEFAULT == null ? id != null : !ID_EDEFAULT.equals(id);
}
return super.eIsSet(featureID);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public String toString() {
if (eIsProxy()) return super.toString();
StringBuffer result = new StringBuffer(super.toString());
result.append(" (id: ");
result.append(id);
result.append(')');
return result.toString();
}
} //FacetTypeImpl