All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openxma.dsl.dom.model.impl.ReadOnlyFlagImpl Maven / Gradle / Ivy

There is a newer version: 6.0.2
Show newest version
/**
 * 
 * 
 *
 * $Id: ReadOnlyFlagImpl.java 10224 2013-01-04 15:48:48Z dschwarz $
 */
package org.openxma.dsl.dom.model.impl;

import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.notify.NotificationChain;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
import org.eclipse.emf.ecore.impl.ENotificationImpl;
import org.openxma.dsl.core.model.EqualityExpr;
import org.openxma.dsl.dom.DomPackage;
import org.openxma.dsl.dom.model.ReadOnlyFlag;

/**
 * 
 * An implementation of the model object 'Read Only Flag'.
 * 
 * 

*

* * @generated */ public class ReadOnlyFlagImpl extends ExpressionFlagImpl implements ReadOnlyFlag { /** * * * @generated */ protected ReadOnlyFlagImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return DomPackage.Literals.READ_ONLY_FLAG; } } //ReadOnlyFlagImpl




© 2015 - 2024 Weber Informatics LLC | Privacy Policy