blob: c1777572ada5aadee3f5180bdf18734ff710ac17 [file] [log] [blame]
/**
* Copyright (c) 2011, 2015 - Lunifera GmbH (Gross Enzersdorf, Austria), Loetz GmbH&Co.KG (69115 Heidelberg, Germany)
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Florian Pirchner - Initial implementation
*/
package org.eclipse.osbp.ecview.core.extension.model.datatypes.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.common.util.EMap;
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.MinimalEObjectImpl;
import org.eclipse.emf.ecore.util.EDataTypeUniqueEList;
import org.eclipse.emf.ecore.util.EObjectResolvingEList;
import org.eclipse.emf.ecore.util.EcoreEMap;
import org.eclipse.emf.ecore.util.InternalEList;
import org.eclipse.osbp.ecview.core.common.model.core.CoreModelPackage;
import org.eclipse.osbp.ecview.core.common.model.core.impl.YStringToStringMapImpl;
import org.eclipse.osbp.ecview.core.common.model.validation.YValidator;
import org.eclipse.osbp.ecview.core.extension.model.datatypes.ExtDatatypesPackage;
import org.eclipse.osbp.ecview.core.extension.model.datatypes.YMasterDetailDatatype;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>YMaster Detail Datatype</b></em>'.
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.ecview.core.extension.model.datatypes.impl.YMasterDetailDatatypeImpl#getTags <em>Tags</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.core.extension.model.datatypes.impl.YMasterDetailDatatypeImpl#getId <em>Id</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.core.extension.model.datatypes.impl.YMasterDetailDatatypeImpl#getName <em>Name</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.core.extension.model.datatypes.impl.YMasterDetailDatatypeImpl#getProperties <em>Properties</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.core.extension.model.datatypes.impl.YMasterDetailDatatypeImpl#getDescription <em>Description</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.core.extension.model.datatypes.impl.YMasterDetailDatatypeImpl#getValidators <em>Validators</em>}</li>
* </ul>
*
* @generated
*/
public class YMasterDetailDatatypeImpl extends MinimalEObjectImpl.Container implements YMasterDetailDatatype {
/**
* The cached value of the '{@link #getTags() <em>Tags</em>}' attribute list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getTags()
* @generated
* @ordered
*/
protected EList<String> tags;
/**
* 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;
/**
* The default value of the '{@link #getName() <em>Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getName()
* @generated
* @ordered
*/
protected static final String NAME_EDEFAULT = null;
/**
* The cached value of the '{@link #getName() <em>Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getName()
* @generated
* @ordered
*/
protected String name = NAME_EDEFAULT;
/**
* The cached value of the '{@link #getProperties() <em>Properties</em>}' map.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getProperties()
* @generated
* @ordered
*/
protected EMap<String, String> properties;
/**
* The default value of the '{@link #getDescription() <em>Description</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getDescription()
* @generated
* @ordered
*/
protected static final String DESCRIPTION_EDEFAULT = null;
/**
* The cached value of the '{@link #getDescription() <em>Description</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getDescription()
* @generated
* @ordered
*/
protected String description = DESCRIPTION_EDEFAULT;
/**
* The cached value of the '{@link #getValidators() <em>Validators</em>}' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getValidators()
* @generated
* @ordered
*/
protected EList<YValidator> validators;
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected YMasterDetailDatatypeImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return ExtDatatypesPackage.Literals.YMASTER_DETAIL_DATATYPE;
}
/**
* <!-- 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, ExtDatatypesPackage.YMASTER_DETAIL_DATATYPE__ID, oldId, id));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public String getName() {
return name;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setName(String newName) {
String oldName = name;
name = newName;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ExtDatatypesPackage.YMASTER_DETAIL_DATATYPE__NAME, oldName, name));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList<String> getTags() {
if (tags == null) {
tags = new EDataTypeUniqueEList<String>(String.class, this, ExtDatatypesPackage.YMASTER_DETAIL_DATATYPE__TAGS);
}
return tags;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EMap<String, String> getProperties() {
if (properties == null) {
properties = new EcoreEMap<String,String>(CoreModelPackage.Literals.YSTRING_TO_STRING_MAP, YStringToStringMapImpl.class, this, ExtDatatypesPackage.YMASTER_DETAIL_DATATYPE__PROPERTIES);
}
return properties;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public String getDescription() {
return description;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setDescription(String newDescription) {
String oldDescription = description;
description = newDescription;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ExtDatatypesPackage.YMASTER_DETAIL_DATATYPE__DESCRIPTION, oldDescription, description));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList<YValidator> getValidators() {
if (validators == null) {
validators = new EObjectResolvingEList<YValidator>(YValidator.class, this, ExtDatatypesPackage.YMASTER_DETAIL_DATATYPE__VALIDATORS);
}
return validators;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) {
switch (featureID) {
case ExtDatatypesPackage.YMASTER_DETAIL_DATATYPE__PROPERTIES:
return ((InternalEList<?>)getProperties()).basicRemove(otherEnd, msgs);
}
return super.eInverseRemove(otherEnd, featureID, msgs);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public Object eGet(int featureID, boolean resolve, boolean coreType) {
switch (featureID) {
case ExtDatatypesPackage.YMASTER_DETAIL_DATATYPE__TAGS:
return getTags();
case ExtDatatypesPackage.YMASTER_DETAIL_DATATYPE__ID:
return getId();
case ExtDatatypesPackage.YMASTER_DETAIL_DATATYPE__NAME:
return getName();
case ExtDatatypesPackage.YMASTER_DETAIL_DATATYPE__PROPERTIES:
if (coreType) return getProperties();
else return getProperties().map();
case ExtDatatypesPackage.YMASTER_DETAIL_DATATYPE__DESCRIPTION:
return getDescription();
case ExtDatatypesPackage.YMASTER_DETAIL_DATATYPE__VALIDATORS:
return getValidators();
}
return super.eGet(featureID, resolve, coreType);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@SuppressWarnings("unchecked")
@Override
public void eSet(int featureID, Object newValue) {
switch (featureID) {
case ExtDatatypesPackage.YMASTER_DETAIL_DATATYPE__TAGS:
getTags().clear();
getTags().addAll((Collection<? extends String>)newValue);
return;
case ExtDatatypesPackage.YMASTER_DETAIL_DATATYPE__ID:
setId((String)newValue);
return;
case ExtDatatypesPackage.YMASTER_DETAIL_DATATYPE__NAME:
setName((String)newValue);
return;
case ExtDatatypesPackage.YMASTER_DETAIL_DATATYPE__PROPERTIES:
((EStructuralFeature.Setting)getProperties()).set(newValue);
return;
case ExtDatatypesPackage.YMASTER_DETAIL_DATATYPE__DESCRIPTION:
setDescription((String)newValue);
return;
case ExtDatatypesPackage.YMASTER_DETAIL_DATATYPE__VALIDATORS:
getValidators().clear();
getValidators().addAll((Collection<? extends YValidator>)newValue);
return;
}
super.eSet(featureID, newValue);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public void eUnset(int featureID) {
switch (featureID) {
case ExtDatatypesPackage.YMASTER_DETAIL_DATATYPE__TAGS:
getTags().clear();
return;
case ExtDatatypesPackage.YMASTER_DETAIL_DATATYPE__ID:
setId(ID_EDEFAULT);
return;
case ExtDatatypesPackage.YMASTER_DETAIL_DATATYPE__NAME:
setName(NAME_EDEFAULT);
return;
case ExtDatatypesPackage.YMASTER_DETAIL_DATATYPE__PROPERTIES:
getProperties().clear();
return;
case ExtDatatypesPackage.YMASTER_DETAIL_DATATYPE__DESCRIPTION:
setDescription(DESCRIPTION_EDEFAULT);
return;
case ExtDatatypesPackage.YMASTER_DETAIL_DATATYPE__VALIDATORS:
getValidators().clear();
return;
}
super.eUnset(featureID);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public boolean eIsSet(int featureID) {
switch (featureID) {
case ExtDatatypesPackage.YMASTER_DETAIL_DATATYPE__TAGS:
return tags != null && !tags.isEmpty();
case ExtDatatypesPackage.YMASTER_DETAIL_DATATYPE__ID:
return ID_EDEFAULT == null ? id != null : !ID_EDEFAULT.equals(id);
case ExtDatatypesPackage.YMASTER_DETAIL_DATATYPE__NAME:
return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name);
case ExtDatatypesPackage.YMASTER_DETAIL_DATATYPE__PROPERTIES:
return properties != null && !properties.isEmpty();
case ExtDatatypesPackage.YMASTER_DETAIL_DATATYPE__DESCRIPTION:
return DESCRIPTION_EDEFAULT == null ? description != null : !DESCRIPTION_EDEFAULT.equals(description);
case ExtDatatypesPackage.YMASTER_DETAIL_DATATYPE__VALIDATORS:
return validators != null && !validators.isEmpty();
}
return super.eIsSet(featureID);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public String toString() {
if (eIsProxy()) return super.toString();
StringBuffer result = new StringBuffer(super.toString());
result.append(" (tags: ");
result.append(tags);
result.append(", id: ");
result.append(id);
result.append(", name: ");
result.append(name);
result.append(", description: ");
result.append(description);
result.append(')');
return result.toString();
}
} //YMasterDetailDatatypeImpl