blob: 73890fa7aa418029829b637f2cead499e2d089c8 [file] [log] [blame]
/**
*/
package org.w3._1999.xhtml.impl;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.impl.ENotificationImpl;
import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
import org.w3._1999.xhtml.ParamType;
import org.w3._1999.xhtml.ValuetypeType;
import org.w3._1999.xhtml.XhtmlPackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Param Type</b></em>'.
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
* <li>{@link org.w3._1999.xhtml.impl.ParamTypeImpl#getId <em>Id</em>}</li>
* <li>{@link org.w3._1999.xhtml.impl.ParamTypeImpl#getName <em>Name</em>}</li>
* <li>{@link org.w3._1999.xhtml.impl.ParamTypeImpl#getType <em>Type</em>}</li>
* <li>{@link org.w3._1999.xhtml.impl.ParamTypeImpl#getValue <em>Value</em>}</li>
* <li>{@link org.w3._1999.xhtml.impl.ParamTypeImpl#getValuetype <em>Valuetype</em>}</li>
* </ul>
*
* @generated
*/
public class ParamTypeImpl extends MinimalEObjectImpl.Container implements ParamType {
/**
* 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 Object 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 Object name = NAME_EDEFAULT;
/**
* The default value of the '{@link #getType() <em>Type</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getType()
* @generated
* @ordered
*/
protected static final String TYPE_EDEFAULT = null;
/**
* The cached value of the '{@link #getType() <em>Type</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getType()
* @generated
* @ordered
*/
protected String type = TYPE_EDEFAULT;
/**
* The default value of the '{@link #getValue() <em>Value</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getValue()
* @generated
* @ordered
*/
protected static final Object VALUE_EDEFAULT = null;
/**
* The cached value of the '{@link #getValue() <em>Value</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getValue()
* @generated
* @ordered
*/
protected Object value = VALUE_EDEFAULT;
/**
* The default value of the '{@link #getValuetype() <em>Valuetype</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getValuetype()
* @generated
* @ordered
*/
protected static final ValuetypeType VALUETYPE_EDEFAULT = ValuetypeType.DATA;
/**
* The cached value of the '{@link #getValuetype() <em>Valuetype</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getValuetype()
* @generated
* @ordered
*/
protected ValuetypeType valuetype = VALUETYPE_EDEFAULT;
/**
* This is true if the Valuetype attribute has been set.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
protected boolean valuetypeESet;
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected ParamTypeImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return XhtmlPackage.eINSTANCE.getParamType();
}
/**
* <!-- 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, XhtmlPackage.PARAM_TYPE__ID, oldId, id));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public Object getName() {
return name;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setName(Object newName) {
Object oldName = name;
name = newName;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, XhtmlPackage.PARAM_TYPE__NAME, oldName, name));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public String getType() {
return type;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setType(String newType) {
String oldType = type;
type = newType;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, XhtmlPackage.PARAM_TYPE__TYPE, oldType, type));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public Object getValue() {
return value;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setValue(Object newValue) {
Object oldValue = value;
value = newValue;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, XhtmlPackage.PARAM_TYPE__VALUE, oldValue, value));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public ValuetypeType getValuetype() {
return valuetype;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setValuetype(ValuetypeType newValuetype) {
ValuetypeType oldValuetype = valuetype;
valuetype = newValuetype == null ? VALUETYPE_EDEFAULT : newValuetype;
boolean oldValuetypeESet = valuetypeESet;
valuetypeESet = true;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, XhtmlPackage.PARAM_TYPE__VALUETYPE, oldValuetype, valuetype, !oldValuetypeESet));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void unsetValuetype() {
ValuetypeType oldValuetype = valuetype;
boolean oldValuetypeESet = valuetypeESet;
valuetype = VALUETYPE_EDEFAULT;
valuetypeESet = false;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.UNSET, XhtmlPackage.PARAM_TYPE__VALUETYPE, oldValuetype, VALUETYPE_EDEFAULT, oldValuetypeESet));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean isSetValuetype() {
return valuetypeESet;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public Object eGet(int featureID, boolean resolve, boolean coreType) {
switch (featureID) {
case XhtmlPackage.PARAM_TYPE__ID:
return getId();
case XhtmlPackage.PARAM_TYPE__NAME:
return getName();
case XhtmlPackage.PARAM_TYPE__TYPE:
return getType();
case XhtmlPackage.PARAM_TYPE__VALUE:
return getValue();
case XhtmlPackage.PARAM_TYPE__VALUETYPE:
return getValuetype();
}
return super.eGet(featureID, resolve, coreType);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public void eSet(int featureID, Object newValue) {
switch (featureID) {
case XhtmlPackage.PARAM_TYPE__ID:
setId((String)newValue);
return;
case XhtmlPackage.PARAM_TYPE__NAME:
setName(newValue);
return;
case XhtmlPackage.PARAM_TYPE__TYPE:
setType((String)newValue);
return;
case XhtmlPackage.PARAM_TYPE__VALUE:
setValue(newValue);
return;
case XhtmlPackage.PARAM_TYPE__VALUETYPE:
setValuetype((ValuetypeType)newValue);
return;
}
super.eSet(featureID, newValue);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public void eUnset(int featureID) {
switch (featureID) {
case XhtmlPackage.PARAM_TYPE__ID:
setId(ID_EDEFAULT);
return;
case XhtmlPackage.PARAM_TYPE__NAME:
setName(NAME_EDEFAULT);
return;
case XhtmlPackage.PARAM_TYPE__TYPE:
setType(TYPE_EDEFAULT);
return;
case XhtmlPackage.PARAM_TYPE__VALUE:
setValue(VALUE_EDEFAULT);
return;
case XhtmlPackage.PARAM_TYPE__VALUETYPE:
unsetValuetype();
return;
}
super.eUnset(featureID);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public boolean eIsSet(int featureID) {
switch (featureID) {
case XhtmlPackage.PARAM_TYPE__ID:
return ID_EDEFAULT == null ? id != null : !ID_EDEFAULT.equals(id);
case XhtmlPackage.PARAM_TYPE__NAME:
return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name);
case XhtmlPackage.PARAM_TYPE__TYPE:
return TYPE_EDEFAULT == null ? type != null : !TYPE_EDEFAULT.equals(type);
case XhtmlPackage.PARAM_TYPE__VALUE:
return VALUE_EDEFAULT == null ? value != null : !VALUE_EDEFAULT.equals(value);
case XhtmlPackage.PARAM_TYPE__VALUETYPE:
return isSetValuetype();
}
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(" (id: ");
result.append(id);
result.append(", name: ");
result.append(name);
result.append(", type: ");
result.append(type);
result.append(", value: ");
result.append(value);
result.append(", valuetype: ");
if (valuetypeESet) result.append(valuetype); else result.append("<unset>");
result.append(')');
return result.toString();
}
} //ParamTypeImpl